ialopezg / ci_template
CodeIgniter Theme Templating
0.0.1
2019-11-03 16:22 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-04-05 02:12:11 UTC
README
CodeIgniter Templating
OUTLINE
REQUIREMENTS
This library requires the following:
- PHP 5.4.0+
- CodeIgniter 3.0.0+
INSTALLATION
Run Composer in your Codeigniter project under the folder \application
:
composer require ialopezg/ci_basemodel
Check Codeigniter application/config/config.php
:
$config['composer_autoload'] = TRUE;
You could customize the vendor path into
$config['composer_autoload']