Awesome
igniteplate
A super awesome starter kit for your CI projects.
The project uses:
- CodeIgniter
- PHP (Obviously)
- Sparks
- inuit.css
Installation
- Download the repository.
- If you wish to use the installation process for setting up
application/config/database.php
:- Set the file permissions for
application/config/database.php
to0666
. - Access the
install
controller.
- Set the file permissions for
- Otherwise modify
database.php
.
- Import
ion_auth
tables to your database. The sql files are insidesparks/ion_auth/2.4.0/sql/
. - Enjoy working on your project!