https://github.com/webgriffe/lando-php
Extended version of Lando's PHP/Apache Docker container
https://github.com/webgriffe/lando-php
Last synced: 6 months ago
JSON representation
Extended version of Lando's PHP/Apache Docker container
- Host: GitHub
- URL: https://github.com/webgriffe/lando-php
- Owner: webgriffe
- Created: 2018-06-05T20:28:58.000Z (about 8 years ago)
- Default Branch: 7.2
- Last Pushed: 2018-06-05T20:44:48.000Z (about 8 years ago)
- Last Synced: 2025-01-29T10:35:55.441Z (over 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extended Lando's PHP/Apache Container
This is an extension of the default [Lando](https://github.com/lando/lando)'s PHP/Apache Docker container.
## Additional PHP extensions
The following PHP extensions were added to the base container:
* blackfire
* iconv
* pcntl
* xsl
## Additional CLI tools
The following CLI tools were added to the base container:
* zip
* [magerun](https://github.com/netz98/n98-magerun)
* [magerun2](https://github.com/netz98/n98-magerun2)
* [Deployer](https://deployer.org/) version 4.x as `dep4`
* [Deployer](https://deployer.org/) version 5.x as `dep5`
* [Deployer](https://deployer.org/) version 6.x as `dep6`
* [melody](http://melody.sensiolabs.org/)
* [nodejs](https://nodejs.org/en/) an [npm](https://www.npmjs.com/)
## xDebug
The xdebug PHP extension is disabled in this container to improve performances by default. You can enable it while the container is running with the following Lando command:
lando ssh -c "mv /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini.disabled /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini"