ialopezg / ci_template
CodeIgniter Theme Templating
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/ialopezg/ci_template
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-10-05 03:06:16 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']