cornernote/gii-tasty-templates

Tasty templates for the Gii code generator.

1.0.1 2014-10-16 06:34 UTC

This package is auto-updated.

Last update: 2024-04-13 06:25:40 UTC


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

License

BSD-3-Clause, Copyright © 2013-2014 Mr PHP