achyutn / laravel-dashboard
The ready-to-use Laravel Dashboard with Livewire.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Language:Blade
Requires
- php: ^7.3|^8.0
- ext-json: *
- achyutn/laravel-helpers: ^0.0.3
- barryvdh/laravel-debugbar: v3.9.2
- laravel/framework: v10.39.0
- laravel/ui: v4.3.0
- livewire/livewire: ^2.12.6|^3.3.5
- rappasoft/laravel-livewire-tables: ^2.15.0|^3.1.6
- spatie/laravel-permission: 6.3.0
README
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.