cornernote/gii-tasty-templates
Composer 安装命令:
composer require cornernote/gii-tasty-templates
包简介
Tasty templates for the Gii code generator.
README 文档
README
Tasty templates for the Gii code generator.
Installation
Please download using ONE of the following methods:
Composer Installation
All requirements are automatically downloaded into the correct location when using composer. There is no need to download additional files or set paths to third party files.
Get composer:
curl http://getcomposer.org/installer | php
Install latest release OR development version:
php composer.phar require cornernote/gii-tasty-templates:* // latest release
php composer.phar require cornernote/gii-tasty-templates:dev-master // development version
Manual Installation
Download the latest release or development version and move the audit folder into your protected/modules folder.
Configuration
Add the path to gii-tasty-templates to the generatorPaths in your gii configuration:
return array( 'modules' => array( 'gii' => array( 'class'=>'system.gii.GiiModule', 'generatorPaths' => array( // use this if you installed with composer '/path/to/vendor/cornernote/gii-tasty-templates/tasty', // OR, use this if you downloaded into your extensions folder //'ext.gii-tasty-templates.tasty', ), ), ), );
Support
- Does this README need improvement? Go ahead and suggest a change.
- Found a bug, or need help using this project? Check the open issues or create an issue.
License
BSD-3-Clause, Copyright © 2013-2014 Mr PHP
统计信息
- 总下载量: 5.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-01-06