2017 © Pedro Peláez
 

library gii-tasty-templates

Tasty templates for the Gii code generator.

image

cornernote/gii-tasty-templates

Tasty templates for the Gii code generator.

  • Thursday, October 16, 2014
  • by cornernote
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,250 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Gii Tasty Templates

Tasty templates for the Gii code generator., (*1)

Installation

Please download using ONE of the following methods:, (*2)

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., (*3)

Get composer:, (*4)

curl http://getcomposer.org/installer | php

Install latest release OR development version:, (*5)

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., (*6)

Configuration

Add the path to gii-tasty-templates to the generatorPaths in your gii configuration:, (*7)

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, (*8)

The Versions

16/10 2014

dev-master

9999999-dev

Tasty templates for the Gii code generator.

  Sources   Download

BSD-3-Clause

The Development Requires

by Zain ul abidin

gii yii mrphp

06/01 2014

1.0.0

1.0.0.0

Tasty templates for the Gii code generator.

  Sources   Download

BSD-3-Clause

The Development Requires

by Zain ul abidin

gii yii mrphp