CI starter is a codeIgniter application preconfigured with common basic functionalities as user creation and authentication. This is developed to take you a step further while you seek to start a new codeigniter project. This project intends to setup basic common functionalities common in apps
This repo contains in-development code for future releases. To download the latest stable release please visit the CodeIgniter Downloads page.
View Grouping - You can quickly configure how you want a set of views to be loaded for different interfaces of your app from a single Controller User Authentication - You can quickly setup authentication in your app using various federated providers or manual connection
PHP version 7.2+ is recommended.
We strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.
- Just clone or download the project to your webroot/host and you are good to go.
- You would need to generate the application/config/database.php file and set your database credentials.
- You would also need to generate the application/config/config.php file and configure your details. This file is not commited due to many sensitive data configs there
- Run the migration by starting the migrate controller. Fix any errors that may arise and continue.
- To use the social logins, set the social login credentials you wish to use in the config file
Please see the license agreement.