Just another version of Codeigniter with (maybe) silly modification (but in my case works).
This is Codeigniter 3 with modification. The addition feature list:
- Tools like artisan in Laravel: Make Models, Controller, Migration, and run Seeder is available
- The database.php.example and config.php.example to keep database.php and config.php safe
- Add belongsTo and hasMany in the system/core/Model.php to add deal with relationship
- File index.php on the public/ directory
- Clone this repo
- Copy /application/config/database.php.example to /application/config/database.php and set the DB of your own
- Copy /application/config/config.php.example to /application/config/config.php and set the Config of your own
- Copy /public/preconfig.php.example to /public/preconfig.php then set your root path folder and environment
After installation, you can use the tools with this command
php tools [argument]
to see the available argument just run
php tools or php tools list