mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 05:08:42 +08:00
* 'master' of github.com:yiisoft/yii2: (43 commits) `BaseActiveRecord::findAll()` comment fix Fixes #2913: RBAC `DbManager` is now initialized via migration [NL] Removed app.php [NL] brought translations up to date Fix for comparing numeric attributes in JavaScript Better Gii caption english Fix for comparing numeric attributes in JavaScript HHVM compatibility Fixes for Yii 2 Console Application Rough creation of a doc style guide typo Finished Edits Edited up to Active Record renamed chapter to section [skip ci] Catalan translation Edited up through "I18N" Cleaned Up updated guide toc [skip ci] Update concept-behaviors.md Fixed wrong links [skip ci] Fixed document for multisort in BaseArrayHelper ...
This folder contains official Yii 2 extensions.
To add a new extension named xyz (must be in lower case), take the following steps:
- create a folder named
xyzunderyiiand put all relevant source code there; - create the following accessory files (please refer to any existing extension):
composer.jsonREADME.mdCHANGELOG.mdLICENSE.md
- ask Qiang to create a subsplit for
xyzand a composer package namedyii2-xyz; - modify
/composer.jsonand addxyzto thereplacesection;