Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 483 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 483 Bytes

Yii2: UrlManager create friendly URL

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pavlinter/yii2-url-manager "dev-master"

or add

"pavlinter/yii2-url-manager": "dev-master"

to the require section of your composer.json file.

Configuration

  • Update config file

Usage