File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,13 @@ preset:
4747 dst : kool.yml
4848 - recipe : php-8.2-roadrunner
4949
50- - name : ' Customize Database, Cache and Node Package Manager'
50+ - name : ' Use NPM and install dependencies'
51+ actions :
52+ - recipe : npm-laravel
53+ - scripts :
54+ - kool run npm install --save-dev chokidar
55+
56+ - name : ' Customize Database and Cache'
5157 actions :
5258 - recipe : pick-db
5359 - recipe : pick-cache
54- - recipe : pick-laravel-node
Original file line number Diff line number Diff line change 11services :
22 app :
33 image : kooldev/php:8.2-nginx
4- command : php artisan octane:start --server=roadrunner --host=0.0.0.0 --rpc-port=6001 --port=80
4+ command : php artisan octane:start --server=roadrunner --host=0.0.0.0 --rpc-port=6001 --port=80 --watch --poll
55 ports :
66 - " ${KOOL_APP_PORT:-80}:80"
77 environment :
Original file line number Diff line number Diff line change 11services :
22 app :
33 image : kooldev/php:8.2-nginx-swoole
4- command : php artisan octane:start --server=swoole --host=0.0.0.0 --port=80
4+ command : php artisan octane:start --server=swoole --host=0.0.0.0 --port=80 --watch --poll
55 ports :
66 - " ${KOOL_APP_PORT:-80}:80"
77 environment :
You can’t perform that action at this time.
0 commit comments