Files
yii2/extensions
Paul Klimov 648b9b70f5 Merge pull request #4089 from klimov-paul/87-security-component-3
Fix #87: security helper converted into component and improved
2014-06-29 00:04:03 +03:00
..
2014-06-28 01:25:10 +02:00
2014-06-25 18:24:23 +02:00
2014-05-23 16:58:21 +02:00
2014-06-27 18:55:40 +02:00
2014-06-23 17:03:09 -04:00
2014-06-22 21:46:25 -04:00

This folder contains official Yii 2 extensions.

To add a new extension named xyz (must be in lower case), take the following steps:

  1. create a folder named xyz under yii and put all relevant source code there;
  2. create the following accessory files (please refer to any existing extension):
    • composer.json
    • README.md
    • CHANGELOG.md
    • LICENSE.md
  3. ask Qiang to create a subsplit for xyz and a composer package named yii2-xyz;
  4. modify /composer.json and add xyz to the replace section;