This is my first laravel application running on docker. Please follow the guide to install. Laravel installation in this repo is 7.30.1. I followed this guide while building this repository: Digital Ocean
First of all, make sure you have Docker installed on your computer.
I installed docker images from here before starting. The list of images used is as follows:
Please note that redis is optional but I wanted to add it as I am willing to learn it.
After installing the images. Go to your terminal and type the following lines one by one:
docker-compose build app
docker-compose up -d