Skip to content

anibalc9/giistrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

giiStrap

Another fun CRUD generator for YiiStrap. Support Bootstrap 2.3.2 , Support YiiFramework 1.1.16

#1. Download

Download the package and unzip its contents in your extensions folder. You can also clone the git repository.

  protected
  └── extensions
      └── giiStrap
          └── bootstrap

#2. Configuration

Open your application configuration in protected/config/main.php and modify it according to the following example:

'gii'=>array(
            'class'=>'system.gii.GiiModule',
            'password'=>'123',
            'generatorPaths' => array(
              'ext.giiStrap', 
            ),
            // If removed, Gii defaults to localhost only. Edit carefully to taste.
            'ipFilters'=>array('127.0.0.1','::1'),
        ),

#3. Example alt text #4. Credits

#5. Enjoy!

alt text

About

giiStrap another fun CRUD generator for YiiStrap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages