Laravel easy docker environment.
- nginx
- php-fpm ( v7.2 )
- mysql ( v5.7 )
- redis
- crontab
- supervisor
Write the following code to the directory where your project folder is located on the terminal.
1- git clone git@github.com:kodhub/laravel-dockerized.git .docker
2- docker-compose up -d --build
3- docker exec -it <container-id> bash
4- Your project install steps