Laravel-From-Scratch-Blog-Project
Laravel-From-Scratch-Blog-Project copied to clipboard
Setup Docker-Compose for Project
This PR is to setup the scaffold for using docker-compose in order to quickly spin up this example project. This PR will create three containers (Nginx, Laravel App, MySQL DB) and allow the user to spin these up by using docker-compose up.
There will be some initial installation of creating the artisan key and seeding the database upon initial setup which are included in the README updates.
Inspiration for this PR came from CloudSigma blog post and modified for this tutorial.