hieu-le / laravel-dashboard
A starting template for Laravel 5 dashboards
Installs: 2 574
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 4
Forks: 8
Open Issues: 3
Language:CSS
Requires
- php: >=5.5.9
- hieu-le/active: ^3.0
- hieu-le/body-classes: ^1.0
- hieu-le/laravel-alert: ^2.0
- hieu-le/laravel-menu: ^1.0
- laravel/framework: ^5.1
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- davejamesmiller/laravel-breadcrumbs: ^3.0
- mockery/mockery: dev-master
- orchestra/testbench: ^3.1
- phpunit/phpunit: ~4.0
Suggests
- davejamesmiller/laravel-breadcrumbs: Display breadcrumbs in the layout.
This package is auto-updated.
Last update: 2024-11-05 20:56:26 UTC
README
A layout for the dashboards of Laravel 5 applications
Installation
Register the package as your project dependency
$> composer require hieu-le/laravel-dashboard
Add the package service provider to your providers
array inside the config/app.php
file.
HieuLe\LaravelDashboard\LaravelDashboardServiceProvider::class,
AdminLTE
I use the famous AdminLTE theme with this package. I suggest to read its documentation and examples to understand the HTML structure of Laravel Dashboard more.
Demo and usage
Visit the demo website.