Skip to content

bolante93/argon

Repository files navigation

Argon Dashboard


Argon Dashboard and components for Yii 2.0 Framework.

Installation

The preferred way to install this extension is through composer.

Note: This theme is still under development stages.

Either run

composer require bolante93/bols "dev-master"

or add

"bolante93/bols": "dev-master"

to the require section of your composer.json file.

Usage

If you're using Yii app advanced template, configure your main.php file in frontend/config/ and add the following lines inside components.

'view' => [
    'theme' => [
        //'basePath' => '@frontend/views/argon/web',
        'baseUrl' => '@frontend/views/argon/web',
        'pathMap' => [
            '@app/views' => '@vendor/bolante93/bols'
        ],
    ],
],

Screenshot

Argon Login
Argon Dashboard

License

Argon Dashboard is released under the MIT License.