Easy Inspinia Admin Theme integration with Codeigniter 3
- PHP version 7 or newer is required.
- CodeIgniter 3.0+
Documentation is located at Wiki
Drag and drop the files of this repository into your fresh codeigniter installation directories.
Please see the installation section of the CodeIgniter User Guide.
Please see Inspinia Repository for more information about this template. (This is third party repository)
Just copy the files from this package to the corresponding folder in your application folder.
You can also copy the library, config, language and view directories into your third_party/template folder.
Then in your controller add the package path and load the library like normal:
$this->load->add_package_path(APPPATH.'third_party/template/');
$this->load->library('template’);
In the package you will find example usage code in the controllers and views folders.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.