kiksaus/cms-backend
Composer 安装命令:
composer require kiksaus/cms-backend
包简介
A CMS based on Symfony 8
README 文档
README
Use this guide to set up the CMS as standalone. This can be useful for development on the CMS itself without needing to set up a full project.
Set up CMS
- Clone this repo
- Run
composer install - Run
php bin/console kikcms:cms:up
Useful commands
Load/unload dev env
php bin/console kikcms:cms:upphp bin/console kikcms:cms:down
Update DB schema
- Check:
php bin/console doctrine:schema:update --dump-sql - Update:
php bin/console doctrine:schema:update --force
Enter container:
php bin/console kikcms:cms:attach
Update admin JS/CSS to the latest:
php bin/console kikcms:cms:update-admin
List all kikcms commands:
php bin/console kikcms list
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-12-20