Skip to content

shiruken1/laravel-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Dashboard

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.

About

A starting template for Laravel 5 dashboards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 83.3%
  • JavaScript 9.1%
  • PHP 7.6%