[Extension] yii2-number
A number and currency format mask control and input widget for Yii2 Framework
View Article[News] Auth Client extension 2.1.5 released
We are very pleased to announce the release of Auth Client extension version 2.1.5 which brings 3 enhancements and bug fixes: Updated endpoint URLs for LinkedIn. AuthAction refactored to use...
View Article[News] Http Client extension 2.0.6 released
We are very pleased to announce the release of HTTP client extension version 2.0.6 which brings an enhancement and a bug fix: Fixed Message::getHeaders() unable to parse HTTP status code in case reason...
View Article[News] Sphinx extension 2.0.10 released
We are very pleased to announce the release of Sphinx extension version 2.0.10 which brings 4 enhancements and bug fixes: Fixed yii\sphinx\Schema::findColumns() unable to merge field and attribute...
View Article[News] MongoDB extension 2.1.5 released
We are very pleased to announce the release of MongoDB extension version 2.1.6 which brings two bug fixes: Fixed yii\mongodb\Command::aggregate() without 'cursor' option produces error on MongoDB...
View Article[News] Bootstrap extension version 2.0.8 released
We are very pleased to announce the release of Bootstrap extension version 2.0.8 which both fixes bugs and makes small enhancements. See CHANGELOG for details.
View Article[Extension] yii2-client-cert-auth
automatically login users via TLS/SSL/HTTPS client certificates
View Article[News] Yii 2.0.14 is released
We are very pleased to announce the release of Yii Framework version 2.0.14. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version. Version...
View Article[News] Faker extension version 2.0.4 released
We are very pleased to announce the release of Faker extension version 2.0.4 which both fixes bugs and makes small enhancements. See CHANGELOG for details.
View Article[News] Imagine extension version 2.1.1 released
We are very pleased to announce the release of Imagine extension version 2.1.1 which both fixes bugs and makes small enhancements. This release updates 'Imagine' dependency to include versions 0.7.x....
View Article[wiki] Boost composer-asset-plugin update speed
TL;dr Using asset-packagist If you're using a lot of bower and npm assets with Yii 2.0 you might encounter long running composer update tasks. Luckily this issue can be avioded with the recently...
View Article[wiki] How To: Custom Client Validation On Checkbox Toggle and Optional Input...
I just chased my tail around for a bit today. I got lost with setting the status of all inputs, and banging my head on why the "validate" function just wasn't working. It seems that the "validate"...
View Article[wiki] A Single Page with a List and a Detail
Original Index Page Sub View for Detail Modifying Index Action Ajax Action Ajax Updating Conclusion The CRUD generator of Gii has done a wonderful job for you, and you already have a list of items in...
View Article[wiki] Yii2: How to create/develop a new extension using Composer locally...
Using a version control system, like Git, is nice. However, when building an extension from scratch and loading it via Composer, it adds a lot of pain in the butt steps. You have to commit your...
View Article[wiki] A universal model attribute for its synthetic representation
Example General considerations It is convenient to use the same identification attribute, say info, in all of the active records of your application. It should be a virtual read-only attribute defined...
View Article[wiki] Installation guide: Yii-2 advanced template with RBAC system
Welcome, all of you ! Here I am giving the steps for an easy installation of yii2-advanced template with an RBAC(Role Based Access Control) system. Installtion : Yii2 - advanced template Here we are...
View Article[wiki] How to make bootstrap tabs remain active/selected after navigating to...
Bootstrap tabs gets unselected/inactive when user navigates to other page and comes back. How to make bootstrap tabs remain active/selected after navigating to different web pages. Steps :> 1: Add...
View Article[wiki] How to customize your grid columns visible and order by user themselves
Goal Sample Picture Add code in controller Add code in model Adjust your view code a.Register JS b.Show Config Columns link c.Add partial render code in your view file d.That partial render real file...
View Article