finally-a-fast / fafcms
此包已被弃用,不再维护。未建议替代包。
终于有了快速的CMS
dev-master
2020-12-18 09:46 UTC
Requires
- php: >=7.4
- finally-a-fast/fafcms-core: ^0.1
This package is auto-updated.
Last update: 2022-04-18 12:43:15 UTC
README
这是Finally a fast CMS的项目模板。
安装
安装此扩展的首选方式是通过composer。
php composer.phar create-project --prefer-dist --stability=dev finally-a-fast/fafcms fafcms
生产环境
- 在
`config/overwrite.php`
中设置`YII_DEBUG`
为
false
`YII_ENV`
为
prod
- 运行
`composer compress`
文档
文档将在https://www.finally-a-fast.com/添加。
许可证
fafcms在MIT许可证下发布。有关详细信息,请参阅LICENSE.md。