dev-master
9999999-devYii2 URL Shortener
MIT
The Requires
by Pavel Katz
extension yii2 module url shortener shorty
Yii2 URL Shortener
Yii2 URL Shortener, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist mergit/yii2-shorty "dev-master"
or add, (*4)
"mergit/yii2-shorty": "dev-master"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
$config = [ 'defaultRoute' => 'shorty/default/index', 'components' => [ 'geoip' => ['class' => 'lysenkobv\GeoIP\GeoIP'], ], 'modules' => [ 'shorty' => [ 'class' => 'mergit\shorty\Module', ], ], ];
yii migrate --migrationPath=@vendor/mergit/yii2-shorty/migrations
Yii2 URL Shortener
MIT
extension yii2 module url shortener shorty