Skip to content
/ ztbcms Public

高性能、模块化、极速开发PHP Web框架

License

Notifications You must be signed in to change notification settings

ztbcms/ztbcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZTBCMS

OSCS Status

基于ThinkPHP 6 + ElementUI的快速开发框架

High-performance, modular and rapid development framework based on ThinkPHP

相关文档:ThinkPHP文档 | ThinkTemplate模板 | PHP之道

主要特性

  • 完善的后台管理系统
    • 基于角色的权限管理
    • 计划任务、消息、上传、队列、Redis...
  • 完善的前端功能
  • 扩展性强,支持安装卸载模块

设计理念

  • 延续 ThinkPHP『大道至简』的设计
  • 约定大于配置,上手即用
  • 页面即使用手册,尽量减少文档的编写

环境要求

  • PHP版本 7.2+
  • Mysql 5.6+
  • Apache 2.4 、Nginx 1.18
  • 可选的配置URL重写,参考ThinkPHP - URL重写
  • 建议使用宝塔来部署

下载安装

下载最新稳定版

$ git clone --branch master https://github.com/ztbcms/ztbcms.git

下载最新开发版(慎用)

$ git clone --branch develop https://github.com/ztbcms/ztbcms.git

License

Apache License

支持/Support