gofmanaa/yii2-backbone

yii2 backbone asset

Installs: 122

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.5.1 2016-07-18 09:30 UTC

This package is not auto-updated.

Last update: 2024-04-08 09:48:33 UTC


README

yii2 backbone asset

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist gofmanaa/yii2-backbone "*"

or add

"gofmanaa/yii2-backbone": "*"

to the require section of your composer.json file.

Usage

    public $depends = [
        'gofmanaa\backbone\Backbone',
    ];

or

    \gofmanaa\backbone\Backbone::register($this);