codecrafter/yii2-crafter-dashboard

Beautiful and fast dashboard for yii2-app

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v1.0.1 2023-04-23 18:07 UTC

This package is auto-updated.

Last update: 2024-05-23 21:03:41 UTC


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(); ?>```