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
- 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.