Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alexander Makarov e51eae1951 Changelog for #2327 11 years ago
..
apidoc fixed bootstrap renderer guide links 11 years ago
authclient
bootstrap doc fix. 11 years ago
codeception Refactored fixtures and fixed test break. 11 years ago
composer
debug Merge pull request #2292 from gonimar/patch-8 11 years ago
elasticsearch
faker fixed docs 11 years ago
gii Changelog for #2327 11 years ago
imagine
jui
mongodb Merge pull request #2279 from Ragazzo/fixtures_controller_improvements 11 years ago
redis
smarty
sphinx
swiftmailer
twig
README.md

README.md

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;