Summary
Keywords
Full Transcript
In this lesson, you will learn how to get PHP project up & running using docker. For the webserver, we'll be using Nginx because you already know how to set it up with apache & it's good to know both. I also talk about mod_php & php-fpm and towards the end of the video I discuss another alternative of XAMPP called Laragon. **NOTE** if your requests/pages load slow, move your source code from windows filesystem to WSL to avoid latency. SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL 👍 Smash the like button 🤝 Subscribe to the channel & turn the notifications on 💬 Post comments, any feedback is greatly appreciated ⭐ Become a Patreon: https://www.patreon.com/programwithgio THANK YOU! LESSON 2.1 Course Outline - https://github.com/ggelashvili/learnphptherightway-outline Course Playlist - https://www.youtube.com/playlist?list=PLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe- RESOURCES Source Repo - https://github.com/ggelashvili/learnphptherightway-project/tree/2.1 Install Docker - https://docs.docker.com/get-docker/ Install Docker-Compose (For Linux) - https://docs.docker.com/compose/install/ Nginx Config Docs - https://www.nginx.com/resources/wiki/start/topics/examples/full/
