Boilerplate with CodeIgniter (PHP framework), AdminLTE (bootstrap template), MySQL (database) to boost up the project setup of any types of management type web application with Standard User management system done.
- Open application/config/config.php and set your config["base_url"] as project path.
- Open application/config/database.php and set hostname, username, password and database.
- Open phpmyadmin, create a database and import ci_boilerplate_management.sql into that newly created database.
- If you want to change user's role from default one update roles table and open users_helper.php and update isAdmin() method.
- Open browser and hit your "base_url/"
- Login with admin/123