YII 2 – TICKET SYSTEM

 


Source: https://github.com/ricco381/yii2-ticket/blob/master/README_EN.md

Instead of "ricco/yii2-ticket:1.0.8"

Use "ricco/yii2-ticket:1.0.7"

Add to main.php under module:

'ticket' => [
            'class'         => ricco\ticket\Module::className(),
        ],

Add to AppAsset:

public $js = [
        /** Other scripts */
        '//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js',
    ];

Change Russian text to English

Post a Comment

0 Comments