2017 © Pedro Peláez
 

library laravel-dashboard

A starting template for Laravel 5 dashboards

image

hieu-le/laravel-dashboard

A starting template for Laravel 5 dashboards

  • Tuesday, January 19, 2016
  • by letrunghieu
  • Repository
  • 4 Watchers
  • 32 Stars
  • 1,741 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 3 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Laravel Dashboard

A layout for the dashboards of Laravel 5 applications, (*1)

Installation

Register the package as your project dependency, (*2)

$> composer require hieu-le/laravel-dashboard

Add the package service provider to your providers array inside the config/app.php file., (*3)

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., (*4)

Demo and usage

Visit the demo website., (*5)

The Versions