Complete Laravel Dockerization
Laravel Docker Course
Author: Emad Zaamout
Sunday, Oct 24, 2022
Introduction
Welcome back,
In this course, you will learn everything that you’ll need to know about Docker.
We will be building a new Laravel Docker template that you can use to run all your Laravel Projects.
Our implementation will include 6 containers: PHP, Web Sockets, Database, Redis, Queue, Node
I will also provide you a sample Laravel project that we built in our last tutorial. This is basically a chat application in real-time using and hosting our own web sockets.
Before we get started, don’t forget to Like and Subscribe to my channel, to stay up to date with my latest videos.
Github project (Use this for the tutorial): https://github.com/emad-zaamout/laravel-websockets-chat-application-example
Github project (Final build): https://github.com/emad-zaamout/Laravel-Complete-Dockerization
WSL2: https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package
Docker: https://docs.docker.com/desktop/windows/install/
Mac: https://docs.docker.com/desktop/mac/install/