codecrafter / yii2-crafter-dashboard
Beautiful and fast dashboard for yii2-app
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
README
Beautiful and fast dashboard for yii2-app
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist codecrafter/yii2-crafter-dashboard "*"
or add
"codecrafter/yii2-crafter-dashboard": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \codecrafter\dashboard\AutoloadExample::widget(); ?>```