Laravel API example project using laradock and Vue
Clone project and build the project containers specifing nginx and postgres containers.
cd laradock/
docker-compose up -d nginx postgres
The command above should take a while. They will start atomatically and you`ll find the Application to be running in localhost
. No need to specify port.
Just type ```localhost``` in your browser.
docker-compose up -d nginx postgres # Run docker containers
docker-compose exec workspace bash # Run workspace command line
exit
php artisan tinker # Run laravel console
vendor/bin/phpunit # Run tests