We would like to thank you for purchasing this script ! We are very pleased you to have chosen our script as a strong basis for your future projects, you will not be disappointed! Before you get started, please be sure to always check out these documentation files. We outline all kinds of good information, and provide you with all the details you need to use.If you have any questions that are beyond the scope of this help file, please feel free to contact us on codeglamourofficial@gmail.com, we will try to answer as soon as possible.
ADMIN LITE is powerfull Codeigniter Admin Panel for starting a new project with Codeigniter 3 Framework.
2 versions are supplied in the package : the MVC (regular) and HMVC version.
It is developed for custom codeigniter projects. It’s cover most common features needed for nowadays projects. It will make your development task more easier then before. We are working hard to create many premium features on this project
The main objective is to speed up web development effort by providing configurable and ready modules. Configurations can be made easily using the Control Panel, or programmatically. Use Admin Lite Admin Panel’ to create your own web application with the following benefits:
To installing Admin Lite 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 zip contains the MVC (adminlite folder) and HMVC version (adminlite.HMVC folder) - see below; extract the version you want to install and upload the files to the server folder where Admin Lite will be installed.
Keep in mind that you can adjust the URL based on where you uploaded the files.
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.
Note: You dont need to add your base url, System will takes automatically. In some case you want to add please follow the lines below.
Go to application/config/config.php and setup $config['base_url'] where Admin Lite will be installed.
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.adminlite.domain.com/
Ex. If you are installing on subfolder you will set http://www.domain.com/adminlite/
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/adminlite/';
NOTE:The url must end with a slash (/)
Open your site main root folder then open: application/config/database.php (both in MVC and HMVC versions) and change your database name, username and password here,
You can change your site setting in "www.domain.com/admin/general_settings/" link.
Change the SMTP Username and Password in "domain.com/admin/general_settings/" link.
Note: You need to use a valid domain email address. And Email will work only on live server not on localhost.
After login to admin panel click on the Setting tab in the left menu and then click on the recaptch settign. Here you can add your Site & Secrit Key
If you want to add extra modules in the admin panel, you have to follow the following rules :
1. The controller name fields must be your controller name and the Operations files must be your Functions or Method names.
2. If you want to access the following controller please call this function in your constructon method $this->rbac->check_module_access(); for more details please open the users.php file in controllers/admin directory for the MVC version or in modules\users\controllers for the HMVC version
3. For the operation permission write $this->rbac->check_operation_access(); in your function source code; ; for more details please open the users.php file in controllers/admin directory for the MVC version or in modules\users\controllers for the HMVC version
4. you can re-organize the module (and the order in which they appear in the left sidebar menu) using the drag/drop method; use 'Update Positions' to save the order :
MVC:
MVC: go to the site folder adminlite and open the file application\views\admin\include\_sidebar.php to set the logo, sidebar, naviation and Account Buttons.
HMVC: go to the site folder adminlite and open the file application\modules\template\views\_sidebar.php to set the logo, sidebar, naviation and Account Buttons.
MVC: go to the site folder adminlite and open the file application\views\admin\include\_header.php to add/remove/edit the main-menu/navbar, the search box and the buttons on the top right.
HMVC: go to the site folder adminlite and open the file application\modules\template\views\_header.php to add/remove/edit the main-menu/navbar, the search box and the buttons on the top right.
If you want to change the Route file goto adminlite/application/config/route.php to change the route according to your requirements
If you want to change the MY Controller file goto adminlite/application/core/MY_Controller.php and edit it according to your needs.
We have provided a test module as an example; as you can see (Test/!Test one!) it's not translated that's why the menu entry appears between '!' (exclamation point).
It can serve as a base for your future modules.
MVC: location :
Controler : application\controllers\admin\Test.php
Model : application\models\admin\Test_model.php
View : application\views\admin\test\test.php
HMVC: location :
Controler : application\modules\test\controllers\Test.php
Model : application\modules\test\models\Test_model.php
View : application\modules\test\views\test.php
mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML. It is based on FPDF and HTML2FPDF (see CREDITS), with a number of enhancements. mPDF was written by Ian Back and is released under the GNU GPL v2 licence.
mPDF 7.0 requires PHP ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0. PHP mbstring and gd extensions have to be loaded.
* For more information visit this link https://github.com/phpclicks/mpdf
The administrator module has all the privileges about this entire project.
1. This is the main Dashboard overview. you can see all your information about the user.
2. To see and change your user profile and you can add , edit and delete the user from this option.
3. To see and change your admin profile and password you can update the admin profile from this option.
4. To see and change your invoices you can add, edit and delete the invoice the from this option.
4. You can view the Invoice form this option and can also download the invoice in pdf formate and can also send email through attachment.
For any query or problem feel free to contact us on Email: codeglamourofficial@gmail.com