Files
yii2/docs/guide/gii.md
Carsten Brandt d775814602 restructuring guide index.md and structure
worked though all the guide files adjusted structure and
added some missing does
2013-11-21 00:18:07 +01:00

462 B

The Gii code generation tool

Yii2 includes a handy tool that allows rapid prototyping by generating commonly used code snippets as well as complete CRUD controllers.

Installing and configuring

How to use it

Add these lines to your config file:

    'modules' => [
            'gii' => ['yii\gii\Module']
        ]

Creating your own templates

TDB