An open API service indexing awesome lists of open source software.

https://github.com/bolante93/argon


https://github.com/bolante93/argon

yii2 yii2-argon yii2-dashboard yii2-extension yii2-theme

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


Argon Dashboard



Argon Dashboard and components for Yii 2.0 Framework.

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

> 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.