vishnuprasadpg/codeigniter-with-yii2

CodeIgniter with Yii2

2.0.1 2021-05-21 07:43 UTC

This package is auto-updated.

Last update: 2024-04-21 14:40:31 UTC


README

1, installation

The preferred way to install this extension is via [composer] (http://getcomposer.org/download/).

Excuting an order

composer require vishnuprasadpg/codeigniter-with-yii2

Or add

"vishnuprasadpg/codeigniter-with-yii2": "~2.0.0"

File Configuration

After installation, find the file index.php

require_once BASEPATH.'core/CodeIgniter.php';

Add a line before

require ROOTPATH . 'vendor/autoload.php';