Student Reviews
( 5 Of 5 )
1 review
Video of How To Install PHP & What Are Web Servers - PHP 8 Tutorial in PHP Native course by Program With Gio channel, video No. 2 free certified online
Let's set up the local development environment. We need PHP, a Web Server, MySQL & Code Editor. There are many ways one could install these, you could do it manually, you can use "all in one solution" like XAMPP / MAMP / WAMP or you could use a better alternative like virtual machines or Docker. In this video, I will be showing you how to get PHP up and running using XAMPP but in the second section, we will use Docker. In addition to setting up the local environment, you will learn what a webserver is & how it works.
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 1.1
Course Outline - https://github.com/ggelashvili/learnphptherightway-outline
Course Playlist - https://www.youtube.com/playlist?listPLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe-
RESOURCES
XAMPP - https://www.apachefriends.org/index.html
Sublime Text - https://www.sublimetext.com/
Atom - https://atom.io/
VSCode - https://code.visualstudio.com/
PHPStorm - https://www.jetbrains.com/phpstorm/
TABLE OF CONTENTS
0:00 Intro
0:19 What is a web server?
1:19 Devtools to see requests
1:57 Most common web servers
2:18 Ways to install PHP in OS
3:21 XAMPP drawbacks
4:31 Installation for windows
5:59 Testing if the web server is working
6:29 htdocs
7:52 Code Editors