项目作者: ernesthernandez

项目描述 :
Easy Inspinia Admin Theme integration with Codeigniter 3
高级语言: JavaScript
项目地址: git://github.com/ernesthernandez/codeigniter-inspinia.git
创建时间: 2017-05-03T16:44:09Z
项目社区:https://github.com/ernesthernandez/codeigniter-inspinia

开源协议:MIT License

下载


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:

  1. $this->load->add_package_path(APPPATH.'third_party/template/');
  2. $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.