Package Data | |
---|---|
Maintainer Username: | letrunghieu |
Maintainer Contact: | letrunghieu.cse09@gmail.com (Hieu Le) |
Package Create Date: | 2015-11-16 |
Package Last Update: | 2016-01-19 |
Home Page: | https://laravel-dashboard.hieule.info/ |
Language: | CSS |
License: | MIT |
Last Refreshed: | 2024-12-15 15:10:33 |
Package Statistics | |
---|---|
Total Downloads: | 2,574 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 31 |
Total Watchers: | 4 |
Total Forks: | 8 |
Total Open Issues: | 3 |
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.