Skip to content

achyutkneupane/Laravel-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Dashboard

Lint PR Bump version Latest Stable Version Total Downloads Dependents

This package is used to create a dashboard for your Laravel application. It is highly customizable and easy to use.

Installation

You can install the package via composer:

composer require achyutn/laravel-dashboard

Install sass and bootstrap to your project:

npm install sass bootstrap

You can publish the views and config file with:

php artisan vendor:publish --provider="AchyutN\Dashboard\DashboardServiceProvider"

Usage

You can simply customize the dashboard by editing the config/dashboard.php file.