vishnuprasadpg/codeigniter-with-yii2

CodeIgniter with Yii2

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 3

pkg:composer/vishnuprasadpg/codeigniter-with-yii2

2.0.1 2021-05-21 07:43 UTC

This package is auto-updated.

Last update: 2025-12-21 18:29:56 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';