sersid/yii2-smartadmin

SmartAdmin

Installs: 502

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 8

Open Issues: 0

Type:yii2-extension

dev-master 2015-01-14 09:16 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:47:05 UTC


README

SmartAdmin

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist sersid/yii2-smartadmin "*"

or add

"sersid/yii2-smartadmin": "*"

to the require section of your composer.json file.

Usage

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

<?= \sersid\smartadmin\Jarvis::widget(); ?>