Install the PHP development environment
Recently, I tried public account development. After setting up a simple background with Apache + Mysql, I chose PHP for development. Therefore, we are faced with the problem of building a php development environment locally. Although we can use brew to download various tools and configure them manually, considering the complexity of building and maintaining, finally, we chose to use an integrated tool.
The local server is built with XAMPP. This tool integrates Apache + Mysql + PHP + Perl and phpmyadmin, which can be used for Visual Database Management. It is very well-developed and considerate, installation is also very simple.
Continue to the Next step until the installation is complete, and then start the service.
After the installation is complete, you can see the prompt. At this time, the database and the like have been installed, the root user has been created, and the password is still blank-this can be changed in the configuration file.
The PHP editor uses zend studio, a famous IDE developed by PHP.