artisancms/theme
Composer 安装命令:
composer require artisancms/theme
包简介
A simple theming package for ArtisanCMS
README 文档
README
A really simple package that defines a new location for the app to look for, for a theme.
Create a themes directory in the root of your project, this should happen if you use the installer. But if it doesn't exist, just create the folder. Then create your theme folder within it.
You will want to update the artisancms.php file in the config folder, again this should exist from installation. You will want to update the following:
// change clean-theme to the name of the folder in
// the themes folder.
'theme' => theme('clean-theme'),
Access like this:
theme::folder.viewname
// or
theme::viewname
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-17