Allows for a custom ticket drill down (i.e. select process->which machine etc.)
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bausch/yii2-ticket "*"
or add
"bausch/yii2-ticket": "*"
to the require section of your composer.json
file.
php yii migrate --interactive=0 --migrationPath=@vendor/bausch/yii2-ticket/migrations/
Once the extension is installed, simply use it in your code by :
TBD