I have never been exposed to PHP before. I bought a website system from someone else. We provided the server and they deployed it. He said that the source code was also uploaded to the server. I have been using it for a while and now I want to modify some functions. I downloaded the source code and I don’t know how to run it successfully locally. . . I installed nginx and php environment locally and imported the project into phpstorm. How do I run the project next?
星落2020-12-26 23:01:14
I think you should be able to access this project by downloading the integration tool, creating a local PHP operating environment, configuring the connection database, creating a domain name, and accessing the project and directory.
But you have to find this configuration file
天蓬老师2020-12-26 19:43:22
Use some integrated tools to create a local PHP running environment, copy the PHP source code to the specified web directory, and correctly configure the database connection parameters according to your source code requirements