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.
- Host: GitHub
- URL: https://github.com/candasm/yii-environment
- Owner: candasm
- Created: 2013-09-29T22:34:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T13:35:41.000Z (over 12 years ago)
- Last Synced: 2025-02-08T14:12:27.731Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"