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
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.
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',
];