[Extension] yii2-phone-validator
Yii2 Phone validator wrapper on top of PhoneNumberUtil library also used by Android devices
View Article[Extension] yii2-payment-reference-validator
A yii2 validator for validating a Dutch 'betalingskenmerk' and Belgium 'gestructureerde mededeling'.
View Article[Wiki] Use kartik Growl with Yii2 flash messages
This is to show you how to use Yii2 flash messages with Kartik Growl (bootstrap notify wrapper). A default Yii2 flash message would be as follows: Yii::$app->getSession()->setFlash('success', 'My...
View Article[Wiki] yii2-app-advanced + Nginx on single domain
Introduction If you develop rather complex applications with Yii2, you might already be familiar with yii2-app-advanced application template. Well, the template is awesome and provides high flexibility...
View Article[Wiki] How to register scripts and css
REGISTER SCRIPTS First of all, we need to download the jQuery library and store it in the js folder. In this example we are using the version 2.1.3. Then, we write this in the config > main.php:...
View Article[Extension] w-create-dialog-bootstrap-base
creates a dialog box for forms using CJuiDialog for any controller
View Article[Wiki] Using Yii Gallery Manager in your Yii 1.x application
Finding good looking, working and not abandoned gallery manager for Yii 1.x application is a tough task. Out of all I found, only yii-gallery-manager extension looked promising. But, after downloading...
View Article