You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -290,7 +309,8 @@ Each PHP version is using the same sane default php.ini values, making it pain-f
290
309
| base |[php.ini](Dockerfiles/base/data/php-ini.d/) and [php-fpm.conf](Dockerfiles/base/data/php-fpm.conf/)|
291
310
| mods | inherits from base |
292
311
| prod | inherits from base |
293
-
| work |[php.ini](Dockerfiles/work/data/php-ini.d/)[php-fpm.conf](Dockerfiles/work/data/php-fpm.conf/)|
312
+
| slim |[php.ini](Dockerfiles/work/data/php-ini.d/) and [php-fpm.conf](Dockerfiles/work/data/php-fpm.conf/)|
313
+
| work | inherits from slim |
294
314
295
315
296
316
@@ -300,7 +320,11 @@ If you plan to use the PHP-FPM image for development, hence being able to execut
300
320
301
321
The **work** Docker image has many common tools already installed which on one hand increases its image size, but on the other hand removes the necessity to install those tools locally.
302
322
303
-
You want to use tools such as `git`, `drush`, `composer`, `npm`, `eslint`, `phpcs` as well as many others, simply do it directly inside the container. As all Docker images are auto-built every night by GitHub Actions it is assured that you are always at the latest version of your favorite dev tool.
323
+
You want to use tools such as `angular-cli`, `codeception`, **`composer`**, `deployer`, `eslint`, `git`, `grunt-cli`, `gulp`, `laravel-installer`, **`node`**, **`npm`**, **`nvm`**, `phalcon-devtools`, `phpcs`, `phpunit`, `pm2`, `symfony-cli`, `tig`, `vue`, `webpack-cli`, `wp-cli`, **`yarn`**, `yq`, `zsh` as well as many others, simply do it directly inside the container. As all Docker images are auto-built every night by GitHub Actions it is assured that you are always at the latest version of your favorite dev tool.
If you want a fully functional Docker Compose setup, which allows to switch PHP versions easily, comes with web servers, database servers and much more, then head over to the rerefence implementation:
449
+
If you want a fully functional Docker Compose setup, which allows to switch PHP versions easily, comes with web servers, database servers and much more, then head over to the **[Devilbox](https://github.com/cytopia/devilbox)**rerefence implementation:
426
450
427
451
| Reference Implementation |
428
452
|--------------------------|
@@ -459,7 +483,7 @@ make build STAGE=mods VERSION=8.1 ARCH=linux/arm64
459
483
460
484
Contributors are welcome. Feel free to star and clone this repository and submit issues and pull-requests. Add examples and show what you have created with the provided images. If you see any errors or ways to improve this repository in any way, please do so.
461
485
462
-
:information_source: For details see **[Contributor Documentation: PHP Modules](php_modules/README.md)**
486
+
:information_source: For details see **[Contributor Documentation: PHP Module definitions](php_modules/README.md)**
463
487
464
488
465
489
<h2><imgid="contributing"width="20"src="https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png"> Related Project</h2>
0 commit comments