achyutn/laravel-dashboard

The ready-to-use Laravel Dashboard with Livewire.

v0.3.5 2024-01-03 18:47 UTC

This package is auto-updated.

Last update: 2024-04-03 19:17:15 UTC


README

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.