A docker-compose file for laravel applications with dockerfile.
As you know you must install Docker with Docker-compose, In order to install these packages you can follow these links:
That's very easy, Just clone the project and pass 3 steps:
- Go to root of the project.
- run
docker-compose up -d
. - run
docker-compose exec app composer create-project --prefer-dist laravel/laravel .
Enjoy it ...