In this video, we are going to create our example Laravel application assuming that you have nothing but Docker installed on your machine. The installation steps in the Laravel documentation assume you have PHP and Composer installed, which is fine, but if you have Docker, you don't need to install anything else.
Relevant links:
Laravel documentation: https://laravel.com/docs/7.x/deployme...
Docker documentation: https://docs.docker.com/
Composer: https://getcomposer.org/
PHP official Docker Image: https://hub.docker.com/_/php
Nginx official Docker Image: https://hub.docker.com/_/nginx
MySQL official Docker Image: https://hub.docker.com/_/mysql
Redis official Docker Image: https://hub.docker.com/_/redis
In the next video, we are going to set up our local environment using Docker and Docker Compose.