Attention! Documentation is under construction. I'm working on it... )
To get started, make sure you have Docker installed on your system, and then clone this repository.
git clone https://github.com/papahelmsman/laravel-8-docker-env.git [path-to-your-project-folder]
docker-compose build
docker-compose up -d
docker compose exec app composer install
docker compose exec app artisan key:generate
docker compose exec app artisan migrate