Skip to content

RoverWire/ci-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter Boilerplate

Codeigniter Bootstrap Codacy Badge

Starter setup for codeigniter projects that includes:

  • Admin panel
  • Simple user management for admin access
  • Block access after failed attempts (default 15 minutes after 3 attempts)
  • Reset access by mail when user forgot password
  • HMVC integration
  • Access library can be used with other module
  • Google analytics integration to show visits graph
  • Template library

Installation

  • Clone or download the repo
  • Create database for the project and set access on application/config/database.php
  • Install composer dependencies
  • Access to http://yoursite.com/setup
  • Optional: Enable hooks to use whoops on development.

And that's it! Now you can access to /admin area with admin / 123456 credentials.