Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 585 Bytes

Contributing

  • Coding standard for the project is PSR-2

Installation

To install the project you need to clone it first:

$ git clone git@github.com:erickskrauch/yii2-rbac-migration.git

You will then need to run a composer installation:

$ cd yii2-rbac-migration
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install

This package use the Asset Packagist, so you don't need to install composer-asset-plugin.