PHP Development Environment
Explore how to configure a PHP development environment by installing or using bundled LAMP stacks such as XAMPP, WAMP, and MAMP. Learn to select effective code editors, implement version control with Git and GitHub, and test your setup with PHP scripts. This lesson prepares you for building and managing PHP projects locally.
We'll cover the following...
We'll cover the following...
In this appendix, we’ll discuss the tools that we need to run PHP projects on our local machines.
In short, we’ll discuss:
- The LAMP stack that we can use.
- The editor.
- The version control.
- The browser.
The LAMP stack
There are two main ways to ...