Skip to content

NaszvadiG/ci-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 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

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

About

Codeigniter Boilerplate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.9%
  • JavaScript 5.3%
  • Other 1.8%