No commit activity in last 3 years
No release in over 3 years
Simple scaffold generator for codeigniter 3.1.0 now using Twitter Bootstrap templates!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1.4
~> 1.8.4
~> 3.12
>= 0
~> 0.11.30.pre4

Runtime

 Project Readme

CodeIgniter 3 Scaffold

Simple scaffold generator for CodeIgniter 3.1.0 now using Twitter Bootstrap templates!

Instalation

This scaffold is a gem of Ruby, then you need to have Ruby installed on your machine.

See the following command sequence to install this gem:

gem install rubyzip
gem install codeigniter3-scaffold

Usage

codeigniter3-scaffold [options...]
  -h, --help show this help
  -i, --init unzip a CodeIgniter 3.1.0 installation in the current dir
  -s, --scaffold <model-name> field1:string field2:text field3:integer, and so on..

Pre-setup

  • After running 'codeigniter3-scaffold --init':

    • Open 'application/config/config.php' and set-up the 'base_url' property;
    • Open 'application/config/database.php' and set-up your database settings;
  • After running 'codeigniter3-scaffold --scaffold [options...]'

    • Go to 'application/migrations' and run the generated script into your database;
  • Have fun =)

Copyright

Copyright (c) 2016 Universidade CodeIgniter & JLamim.