sunlight-cms/skeleton
最新稳定版本:v1.1.2
Composer 安装命令:
composer create-project sunlight-cms/skeleton
包简介
SunLight CMS project template
README 文档
README
This is a SunLight CMS template project.
Contents
Creating a new project
You can create a new project using the Composer's create-project command:
composer create-project sunlight-cms/skeleton my-website
This will create a "my-website" directory with all of the required files inside.
SunLight console
This project contains preconfigured sunlight-cms/console which is used to maintain the CMS files.
- CMS files are downloaded automatically after you run
composer installorcomposer update - the console reads configuration from your project's composer.json
- see sunlight-cms/console documentation for a list of all available commands and options
Default .gitignore
There is a default .gitignore file that ignores most of the CMS files.
The idea is to commit only your templates and/or plugins and rely on the console to maintain the CMS files.
Updating SunLight CMS
When a new project is created, the latest 8.x version of SunLight CMS is downloaded. That version is then set into cms.version.
Applying patches
If you wish to upgrade to a newer version, you can apply patches
using the bin/console cms.patch command. This will also update cms.version in composer.json.
Redownloading CMS files
If you just want to overwrite the CMS files with a different version, you can edit cms.version
manually and then run bin/console cms.download --overwrite. Note that doing this will not
patch your database or perform any other updates.
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-25