library admin-view
Laravel package implementing admin theme
cawakharkov/admin-view
Laravel package implementing admin theme
- Wednesday, June 6, 2018
- by CawaKharkov
- Repository
- 1 Watchers
- 0 Stars
- 32 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Laravel package implementing admin theme
Based on https://github.com/modularcode/modular-admin-html, (*1)
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
dev-master
9999999-dev
Laravel package implementing admin theme
Sources
Download
MIT
The Requires