A starting template for Laravel 5 dashboards
hieu-le/laravel-dashboard is a Laravel package for a starting template for laravel 5 dashboards.
It currently has 31 GitHub stars and 2.587 downloads on Packagist (latest version 1.0.1).
Install it with composer require hieu-le/laravel-dashboard.
Discover more Laravel packages by hieu-le
or browse all Laravel packages to compare alternatives.
Last updated
A layout for the dashboards of Laravel 5 applications
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,
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.
Visit the demo website.