Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.67 KB

What is CodeIgniter Inspinia

GitHub license

Easy Inspinia Admin Theme integration with Codeigniter 3

Server Requirements

  1. PHP version 7 or newer is required.
  2. CodeIgniter 3.0+

Documentation

Documentation is located at Wiki

Install

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)

Installation As Package

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’);

Usage

In the package you will find example usage code in the controllers and views folders.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.