2017 © Pedro Peláez
 

library yii2-alias

Yii2 eXeCUT alias

image

execut/yii2-alias

Yii2 eXeCUT alias

  • Friday, December 8, 2017
  • by eXeCUT
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 13 % Grown

The README.md

yii2-alias

Warning! Documentation is incomplete. Writing in the progress., (*1)

Yii2 module for work with url aliases and routing it between related records in database., (*2)

Install

Either run, (*3)

$ php composer.phar require execut/yii2-crud "dev-master"

or add, (*4)

"execut/yii2-crud": "dev-master"

to the require section of your composer.json file., (*5)

Usage

For configure url rule add alias bootstrap to your application bootstrap config section:, (*6)

...
'bootstrap' => [
    ...
    [
        'class' => execut\alias\bootstrap\Frontend::class,
    ],
    ...
]
...

For adding changes in target models tables structure, attach module in your console application config module:, (*7)

'modules' => [
    'alias' => [
        'class' => execut\alias\Module::class,
        'models' => [
            'yourUrlRouteHere' => Model::class,
        ],
    ],
],

The Versions

08/12 2017

dev-master

9999999-dev https://github.com/execut/yii2-alias

Yii2 eXeCUT alias

  Sources   Download

Apache-2.0

The Requires

 

alias yii2

08/12 2017
30/09 2017
17/09 2017
10/09 2017
10/09 2017
30/08 2017
26/08 2017
30/07 2017
15/05 2017
14/05 2017