- this laravel boilerplate just contains docker, dockercompose, nginx, mysql 5.7, php71
- base is the well known laradoc project Full Documentation Here
- linux
- installed docker
- installed docker-compose version 2 (>1.6)
- clone project
docker-compose-up -d
- change to application
composer install
- surf to http://localhost
Your applications lives under "application" from there you can add your laravel features