athens/theme
Composer 安装命令:
composer require athens/theme
包简介
Example theme for the Athens web framework.
README 文档
README
An example theme for the Athens web framework.

Create your own theme for easy, attractive, on-brand pages
Features
Responsive
Advanced Field Editors
Use
These templates are for the Athens web framework. You must be using Athens to use these templates.
The following steps are described in the Athens application creation tutorial. If you are new to Athens, you may wish to use that tutorial instead.
- Add the example theme to the package requirements in your
composer.json:
"require": {
...
"athens/core": "0.*",
"athens/theme": "0.*",
...
},
The major version number of athens/theme should be the same as your major version number of athens/core.
- Add the example templates in your project's
setup.php, below the line that adds your project-templates:
Settings::getInstance()->addTemplateDirectories(dirname(__FILE__) ."/project-templates");
Settings::getInstance()->addTemplateDirectories(dirname(__FILE__) ."/vendor/athens/theme/templates");
That's it. Your Athens project is now using the example theme!
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-05-02