Skip to content

Get up and running with a codeigniter project preconfigured for user social login and authentication

License

Notifications You must be signed in to change notification settings

larrytech7/ci-starter

Repository files navigation

What is CI Starter

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

Release Information

This repo contains in-development code for future releases. To download the latest stable release please visit the CodeIgniter Downloads page.

Changelog and New Features

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

Server Requirements

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.

Installation

  • 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

License

Please see the license agreement.

Resources

About

Get up and running with a codeigniter project preconfigured for user social login and authentication

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages