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

https://github.com/cawa87/admin-view

Laravel package implementing admin theme
https://github.com/cawa87/admin-view

admin admin-dashboard admin-theme laravel template view

Last synced: 11 months ago
JSON representation

Laravel package implementing admin theme

Awesome Lists containing this project

README

          

## Laravel package implementing admin theme

Based on [https://github.com/modularcode/modular-admin-html](https://github.com/modularcode/modular-admin-html)

### Usage

- composer require cawakharkov/admin-view
- if using Laravel < 5.5, add ```\CawaKharkov\AdminView\AdminViewServiceProvider::class``` to your **app.php** providers
- publish assets ``` artisan vendor:publish --tag=public ```
- extends from view - ```admin-view::layout```