# qadmin-thinkphp6 **Repository Path**: flash127/qadmin-thinkphp6 ## Basic Information - **Project Name**: qadmin-thinkphp6 - **Description**: Qadmin后台模板 - ThinkPHP6示例 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-19 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qadmin后台模板 - ThinkPHP6示例 由于ThinkPHP5.0/5.1模板引擎使用方法都一样,这里就使用ThinkPHP6作为示例 官网: [www.qadmin.net](http://www.qadmin.net) ## 安装 ```angular2html composer install ``` ## 运行 ```angular2html php think run ``` ## 演示 ```angular2html http://127.0.0.1:8000/ ```