Skip to content

Yii 2 Meta. Finds and lists actions in controllers/models/modules

Notifications You must be signed in to change notification settings

bSushil/meta-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Yii2 Meta

Yii 2 Meta. Finds and lists actions in controllers/models/modules

Installation

The preferred way to install this extension is through composer.

This extension is based upon MetaData extension for Yii 1.x created by Vitaliy Stepanenko. It is modified to work with Yii 2.x.

Either run

php composer.phar require --prefer-dist bsushil/meta "dev-master"

or add

"bsushil/meta": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \sspl\MetaData::getControllersActions(); ?>```

About

Yii 2 Meta. Finds and lists actions in controllers/models/modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages