Argon Dashboard and components for Yii 2.0 Framework

Installs: 99

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.0 2019-03-11 14:03 UTC

This package is auto-updated.

Last update: 2025-05-11 15:42:58 UTC


README

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.