If you're using a lot of bower and npm assets with Yii 2.0 you might encounter long running composer update
tasks.
If you're using a lot of bower and npm assets with Yii 2.0 you might encounter long running composer update
tasks.
In Yii 1.x, there was a built in widget CStarRating
based on the jquery star rating plugin. There exists no prebuilt solution in Yii2, however the same concepts can be extended using any jquery plugin.
Well I finally had some time and tinkered a bit with the notion of integrating wordpress and Yii. Now for me I wanted to use Yii as a framework to develop wordpress plugins. Using some tips from imasia Article I was able to do a simple integration of yii as a wordpress plugin. The integratio...