An open API service indexing awesome lists of open source software.

https://github.com/candasm/yii-environment

Simple yiiframework environment extension. It supports composer.
https://github.com/candasm/yii-environment

Last synced: over 1 year ago
JSON representation

Simple yiiframework environment extension. It supports composer.

Awesome Lists containing this project

README

          

yii-environment
===============

Simple yiiframework environment extension. It supports composer.

Install

Check under example folder

Settings:

For config files check under config folder.

Environment settings u should set a variable path for cli and virtual server setting



set env YII_APPLICATION_ENV="production"
set env YII_APPLICATION_ENV="development"
set env YII_APPLICATION_ENV="staging"
set env YII_APPLICATION_ENV="test"