#安装rapidphp Requirements for the operating environment
PHP 5.4 and above, including 5.4, support PHP7, dependency package, PHP-CURL,PHP-MYSQL,PHP-GD
Download website
http://rapidphp.gx521.cc/
GitHub download
https://github.com/wgx954418992/rapid-php
#配置
Basic Configuration
All the configuration files used by the rapidphp framework are stored in the Rapid/ config directory. Each configuration item has a document description, so read through all the profiles to familiarize yourself with all the available configuration items.
Directory Permissions
After installing rapidphp, you may need to configure directory permissions. The Web server needs to have write access to all directories under the running directory.
pseudo-Static
Apache
The rapidphp framework comes with .htaccess files to remove from the URL index.php . If you are using Apache to run your rapidphp app, be sure to enable the Apache mod_rewrite module.
Nginx
In Nginx, the following instructions can be placed in the site configuration file to achieve the function of beautifying the link:
Location/ { /index.php? __route__=$1 Last ;
}
rapidphp Download and install