Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use yii2 for production

Tags:

php

yii

yii2

it's about 6 months that the Yii2 preview (May 2013) was released. I think that in 6 months there are a lot bugs that were remove I would like to know it's a big risk for me to use yii2 for production. I would like to try my new project with Yii2. Are the people that use it for project with success? I understand that there are no extension at the moment. Most of time i dont use them ! thank for help))

like image 974
Tchaps Avatar asked Nov 07 '13 16:11

Tchaps


1 Answers

Yes it's still risky to use yii2 for production, but there're some brave hearts who does it. For example I've heard this site is built with yii2. Also yii2 recently switched to php 5.4 and who knows what else will be changed. So, I would say it depends on your project requirements/strictness/complexity and time you're ready to spend for updating your code when something is changed in the framework. Also keep in mind that documentation isn't complete yet, and you'll have to look into source code quite often.

like image 193
rinat.io Avatar answered Sep 23 '22 13:09

rinat.io