hieu-le/laravel-dashboard

A starting template for Laravel 5 dashboards

1.0.1 2015-11-30 06:26 UTC

This package is auto-updated.

Last update: 2024-03-05 19:33:34 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.