magein / think-seecms
v1.0.0
2024-10-01 16:01 UTC
Requires
- php: >=7.2.5
- ext-json: *
- endroid/qr-code: ^4.6
- guzzlehttp/guzzle: ^7.8
- jenssegers/agent: ^2.6
- magein/seecms: ^1.0.0
- magein/sms: ^1.0.0
- magein/think-migration: ^1.0.1
- magein/think-utils: ^2.0.0
- phpmailer/phpmailer: ^6.8
- topthink/framework: ^6.0.0
- topthink/think-migration: ^3.1
- topthink/think-multi-app: ^1.0
Requires (Dev)
- magein/think-command: ^2.0.0
This package is not auto-updated.
Last update: 2024-10-02 01:54:44 UTC
README
Think Seecms
简介
基于seecms+thinkphp6~ 开发的内容管理系统
使用
安装
composer require magein/think-seecms -vvv -o
发布
# 安装默认为admin
php think seecms:publish
# 或者指定安装目录
php think seecms:publish manager
执行命令后创建app/admin目录以及相关文件
创建数据库
如果尚未配置数据库参数,导致发布后没有创建表以及数据,请执行以下命令
php think seecms:database run
# 创建数据
php think seecms:database seed
静态资源文件
创建静态资源文件失败可以执行以下名称创建(需要有网络支持)
php think seecms:vendor