Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.06 KB

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.