adham/yii2-admin

this will generate admin

Installs: 76

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/adham/yii2-admin

dev-master 2018-02-17 13:48 UTC

This package is not auto-updated.

Last update: 2025-12-10 10:44:58 UTC


README

this will generate admin

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist adham/yii2-admin "@dev"

or add

"adham/yii2-admin": "@dev"

to the require section of your composer.json file.

Usage

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

<?= \adham\admin\AutoloadExample::widget(); ?>```