Skip to content

svit-ws/yii2-sb-admin-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SB Admin 2 theme for Yii 2 Framework

A free Bootstrap 4 SB Admin 2 theme built with HTML/CSS and a modern development workflow environment ready to use to build your next dashboard or web application

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist svit-ws/yii2-sb-admin-2 "dev-master"

or add

"svit-ws/yii2-sb-admin-2": "dev-master"

to the require section of your composer.json file.

Usage

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

/** @var yii\web\View $this */
 \svit\sbAdmin\assets\SBAdminAsset::register($this); 

Custom generators for Gii module:

    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => require '<path_to_vendor>/svit-ws/yii2-sb-admin-2/generators/config.php',
    ];

Releases

No releases published

Packages

No packages published

Languages