文件名称:coolPHP:coolPHP是基于ThinkPHP5+layui开发的后台框架
文件大小:71.91MB
文件格式:ZIP
更新时间:2024-06-04 22:30:06
php thinkphp5 layui-admin coolphp JavaScript
coolPHP ——coolPHP是基于ThinkPHP5+layui开发的后台框架 安装 git clone https://github.com/CoolWebset/coolPHP.git composer install 目录结构 . +-- addons(插件目录) | +-- diyform(自定义表单插件) | +-- temp(测试插件) +-- app | +-- admin(后台目录) | +-- common(公共模块目录) | +-- extra(插件配置目录) | +-- home(前台目录) | +-- user(用户目录) | +-- command.php | +-- common.php(公共函数) | +-- config.php(配置文件) | +-- database.php(数据库配置文件) | +-