All Projects → hellowzsg → fastadmin-thinkphp5.1

hellowzsg / fastadmin-thinkphp5.1

Licence: Apache-2.0 license
fastadmin for ThinkPHP 5.1.38 LTS

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
PLpgSQL
1095 projects
Smarty
1635 projects

Projects that are alternatives of or similar to fastadmin-thinkphp5.1

fast api
基于fastadmin扩展的小程序Api后台(自用)
Stars: ✭ 27 (-28.95%)
Mutual labels:  fastadmin

FastAdmin 完全升级 thinkphp5.1

fastadmin: 1.0.0.20190418_beta
thinkphp: 5.1.38 LTS

安装使用

环境要求

PHP >= PHP7.1
Mysql >= 5.5.0 (需支持innodb引擎)
Apache 或 Nginx
PDO PHP Extension
MBstring PHP Extension
CURL PHP Extension
Node.js (可选,用于安装Bower和LESS,同时打包压缩也需要使用到)
Composer (可选,用于管理第三方扩展包)
Bower (可选,用于管理前端资源)
Less (可选,用于编辑less文件,如果你需要增改css样式,最好安装上)

安装

  1. 克隆项目
    git clone https://github.com/hellowzsg/fastadmin-thinkphp5.1.git
  2. 进入项目
    cd fastadmin-thinkphp5.1
  3. 下载前端插件依赖包
    bower install
  4. 下载PHP依赖包
    composer install
  5. 添加虚拟主机并绑定到fastadmin/public目录
  6. 访问主机地址即可在线安装(或者使用命令php think install ..)
  7. 点个star呗~~

升级日志

日志

注意事项

不可使用fastadmin官方插件,所有插件基本都需要适配

项目地址

fastadmin-tp5.1 https://github.com/hellowzsg/fastadmin-thinkphp5.1.git
fastadmin-addons-tp5.1 https://github.com/hellowzsg/fastadmin-addons-thinkphp51.git

参考项目

fastadmin https://gitee.com/karson/fastadmin.git
cygmris/think2h4ck https://github.com/cygmris/think2h4ck.git

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].