- php-fpm
- nginx
- mysql
- redis
- redis
- swoole
step1: install laravel with compser:
./bin/composer create-project --prefer-dist laravel/laravel www
step2: start all docker container with docker-compose (php redis nginx mysql..):
./start
Then enjoy! website: http://ip:8888
For using laravel artisan or other script just following the command:
./bin/php artisan