[wiki] How to organize Design "things" in YII2
Hello, after working with YII2 for serveral Years and doing creating systems sharing Information over the web. I'm not a designer, so my look and feel is more functional :). Sometimes the App needs a...
View Article[wiki] How to organize Design "things" in YII2 (themes and layout)
Hello, after working with YII2 for serveral Years and doing creating systems sharing Information over the web. I'm not a designer, so my look and feel is more functional :). Sometimes the App needs a...
View Article[extension] tuyakhov/yii2-json-api
Implementation of JSON API specification for the Yii framework ¶ Installation Data Serializing and Content Negotiation: Controlling JSON API output Links Enabling JSON API Input Examples Installation...
View Article[extension] tuyakhov/yii2-notifications
Notifications for Yii2 ¶ Installation Usage This Yii2 extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also...
View Article[extension] tuyakhov/yii2-youtube
Yii2 youtube extension ¶ Installation Usage Yii2 youtube extension Installation ¶The preferred way to install this extension is through composer. Either run php composer.phar require --prefer-dist...
View Article[extension] razonyang/yii-log
Enhanced DB Target for Yii2 Log Component ¶ Installation Usage I wrote this extension for resolving the following problems: The logs are chaotic, I cannot distinguish which logs are came from the same...
View Article[wiki] What SQL-Statement creates yii?
The usual way to find out what Yii has created for an SQL query is to mutilate the SQL in the sourcecode and call the program again so that the SQL statement with errors is displayed. Or you can use...
View Article[extension] johnsnook/yii2-parsel
Yii2 Parsel ¶ Installation Usage Tokens/behavior: Acknowledgements Allows developers to provide a boolean search query interface, similar to Google or Sphinx search or other full-text search (FTS)...
View Article[extension] kl83/yii2-baron-scrollbar
Yii2 baron scrollbar widget ¶ Installation Usage License Baron — a small, fast and crossbrowser custom scrollbar with native system scroll mechanic. Installation ¶The preferred way to install this...
View Article[extension] kartik-v/yii2-validators
yii2-validators ¶ Demo Installation Usage License This extension adds new model validator components for Yii2 frameworkor and/or enhances existing Yii2 model validators. The EmailValidator extends the...
View Article[extension] kartik-v/yii2-number
yii2-number ¶ Latest Release Usage License Note ¶This extension replaces the yii2-money extension since Jan 2018. The yii2-money extension will not be enhanced further or supported. A number control...
View Article[extension] ayrozjlc/yii2-material-ripple
Yii2 Material Ripple ¶ Installation Usage *** AssetBundle for material-ripple Installation ¶Composer ¶composer require --prefer-dist "ayrozjlc/yii2-material-ripple:*" or add...
View Article[extension] ayrozjlc/yii2-blockui
Yii2 BlockUI ¶ Installation Usage *** AssetBundle for jQuery BlockUI Plugin http://jquery.malsup.com/block/ Installation ¶Composer ¶composer require --prefer-dist "ayrozjlc/yii2-blockui:*" or add...
View Article[extension] newerton/api-correios
Biblioteca do Correios ¶Está biblioteca está configurada para o funcionamento correto no Yii Framework. Exemplo: `php $correio = new Correios; $address["cep_origem"] = $cep_origem; if...
View Article[extension] newerton/yii2-fancybox
yii2-fancybox ¶ Installation Usage fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages....
View Article[extension] newerton/yii2-fancybox-3
yii2-fancybox-3 ¶ Installation Usage Options jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable. http://fancyapps.com/fancybox/3/...
View Article[extension] newerton/yii2-boleto-remessa
Yii2 Boleto, Remessa e Retorno ¶ Requerimentos Links Bancos suportados Instalação Gerar boleto Gerar remessa Tratar retorno Pacote para gerar boletos, remessas e leitura de retorno. Requerimentos ¶PHP...
View Article[extension] newerton/yii2-dynamicform
yii2-dynamicform ¶ Installation Demos Usage It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility. Installation ¶The preferred way to install this...
View Article[extension] newerton/yii2-jcrop
jQuery jCrop ¶ Installation Usage Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful...
View Article[wiki] Getting information from the current locale
Yii 2.0 comes with a formatter component to format dates, numbers, and other values for international users according to their locale. This is very useful for displaying data. When working with...
View Article