English | 简体中文
UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.
Difference from traditional MVC
Support Nginx/Apache/IIS.
Support PHP5/PHP7/PHP8 and other known upward distributions.
.ut.config configuration contains sensitive information.
You must set in the configuration file to prohibit non local access Config file.
Server configuration example
install-dev is the installation directory of visual package on the development side. If visualization is not required, please delete this directory after deploying UT.
┌─── 📁app /*Application running*/
╎ ╎
╎ ├─── 📁assets /*Resource*/
╎ ╎
╎ ├─── 📁admin /*Admin example*/
╎ ╎
╎ ├─── 📁modules /*Module*/
╎ ╎
╎ ├─── 📁plugins /*Plugin*/
╎ ╎
╎ ├─── 📁template /*Template engineering*/
╎ ╎
╎
70B0
├─── 📄index.php /*Client controller*/
╎ ╎
╎ └─── 📄config.php /*Application configuration*/
╎
├─── 📁lang /*Language package*/
╎
├─── 📁library /*Class library*/
╎
├────📁log /*Framework log*/
╎
├─── 📁update /*Update temporary directory*/
╎
├─── 📁vendor /*Composer dependency*/
╎
├─── .ut.config /*Global configuration*/
╎
├─── 📄autoload.php /*Bootloader*/
╎
├─── usualtool /*Command line*/
╎
└─── UTVer.ini /*Version*/