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
- Host: GitHub
- URL: https://github.com/bolante93/argon
- Owner: bolante93
- License: mit
- Created: 2019-03-11T05:40:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T10:15:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T03:46:15.365Z (4 months ago)
- Topics: yii2, yii2-argon, yii2-dashboard, yii2-extension, yii2-theme
- Language: PHP
- Size: 4.1 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 infrontend/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
![]()
![]()
## License
**Argon Dashboard** is released under the MIT License.