Laravel 5.6 with Laradock(docker)
To help developer speed up the setup progress on their local machine
git clone https://github.com/pangminfu/laravel-docker.git
cd laravel-docker
./setup.dev
cd laradock
- Start up apache, mysql, redis and phpmyadmin with docker. you may pass in different option to start up different container
docker-compose up -d apache2 mysql redis phpmyadmin
- Subsequently you may start up the container by calling :
docker-compose start
Please refer to https://laravel.com/docs/5.6/installation
Please refer to http://laradock.io/