In this video, we are going to set up a development environment for our Laravel application using Docker Compose.
Relevant links:
Laravel documentation: https://laravel.com/docs/7.x/deployme...
Docker Compose installation guide: https://docs.docker.com/compose/install/
Erika's awesome tutorial on Containerizing a Laravel application: https://www.digitalocean.com/communit...
Official PHP Docker Image: https://hub.docker.com/_/php
Official Nginx Docker Image: https://hub.docker.com/_/nginx
Official MySQL Docker Image: https://hub.docker.com/_/mysql
Official Node Docker Image: https://hub.docker.com/_/node
Official Redis Docker Image: https://hub.docker.com/_/redis