Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 403 Bytes

Yii2 Routes

Routes for dektrium/yii2-routes

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist derekisbusy/yii2-routes "*"

or add

"derekisbusy/yii2-routes": "*"

to the require section of your composer.json file.