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
- Host: GitHub
- URL: https://github.com/cawa87/admin-view
- Owner: cawa87
- License: mit
- Created: 2016-08-19T12:47:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T10:12:37.000Z (over 7 years ago)
- Last Synced: 2025-01-12T21:32:55.907Z (about 1 year ago)
- Topics: admin, admin-dashboard, admin-theme, laravel, template, view
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```