Home > Enterprise >  Yii2 ... Yii3 ... or Laravel?
Yii2 ... Yii3 ... or Laravel?

Time:05-26

I’ve been using Yii since version 1 … I’ve done lots of projects (i’d say about 50). I know Yii. But I am being disappointed. Yii was glorious and wonderful in 2014-2017, but after 2018 I’m not seeing same activity.

Forums are useless, old, inactive … there’s not more Yii2 extensions or modules. Everything is “old”, unfinished, discontinued …

Now I’m facing changes in my life as coder, and I was wondering whether to wait for Yii3 (because it will be a revolution), or to switch to Laravel.

Sincerely… what do you think if this “Yii environment” situation ?

Please, I would like comments from people who really know both environments, not only Laravel lovers.

CodePudding user response:

I would suggest to move to laravel.

As yii and laravel uses almost similar behavior on basic level MVC, Based on symphony, ORM

I honestly think you'll easily grap what laravel is offering.

Plus, laravel is upgrading day by day.

CodePudding user response:

The answer to your question lies in your question . Big community, Wonderful documentation, Enjoyable coding, Lot of feature and package, Popularity and ... all of them can describe Laravel.

Do not doubt and take a deep dive.

  • Related