created: 10/03/2017
To installing AdminLTE Integration with Codeigniter, Your web server must be running PHP 5.6 or higher, and Mysql 5 or higher. Below are a list of items you should ensure your host can comply with.
*In most hosting accounts these extensions are enabled by default. But you should check with your hosting provider.
The Quickstart Package consists on a complete Codeigntier + Database Files + Template + Various Modules excellent for beginner users to explore back-end settings and sample content. Installing the Quickstart is just like installing and configuring PHP!, but you will have the full demo of the AdminLTE Integration with Codeigniter your server. Once your environment is ready, follow this quick guide:
You need to have previously setup database from the cPanel.
Here is a good tutorial how to setup MySQL database in cPanel if you are not familiar with this.
Make sure you have checked All privileged when adding the user to database.
You need to add your base url to this line:
$config['base_url'] = '';
Ex. If you are installing on subdomain you will set http://www.codeigniter_adminlte.domain.com/
Ex. If you are installing on subfolder you will set http://www.domain.com/codeigniter_adminlte/
Ex. If you are installing on the main domain you need to set just http://www.domain.com/
$config['base_url'] = 'http://www.domain.com/codeigniter_adminlte/';NOTE:The url must ends with slash (/)
Open your site main root folder then open: application/config/database.php Change your database name, username and password here,
Admin/User can manage the whole Administration operations
Go to the site folder codeigniter_adminlte and open file application\views\admin\include\navbar.php. Here you can set logo, naviation and Account Buttons.
Go to the site folder codeigniter_adminlte and open file application\views\admin\include\sidebar.php. Here you can add/remove/edit the main-menu and dropdown-menu
If you want to change the Route file go to main_directory/application/config/route.php here you can change the route according to your requirements
If you want to change the MY Controller file go to main_directory/application/core/MY_Controller.php and edit it accoring to your needs.
Version v1.0
For any query or problem feel free to contact us on Email: codeglamour1@gmail.com