This repository is used as support for the medium article : https://medium.com/@PixelKodeKrafter/getting-started-with-laravel-projects-using-docker-my-basic-configuration-eb86d795dfa0
Before getting started, ensure that you have the following installed on your machine: • Docker • Docker Compose
Clone this repository to your local machine:
git clone [email protected]:mouize/demo-modular-architecture.gitCreate a .env file in the docker folder and copy the contents of the .env.example file into it. You can modify the values in the .env file to suit your needs.
Create a .env file in the app folder and copy the contents of the .env.example file into it. You can modify the values in the .env file to suit your needs.
Run the following command to initialize the project so it will launch your docker & install the laravel project (dependencies, migrations, ...)
make init-project