This package is used to create a dashboard for your Laravel application. It is highly customizable and easy to use.
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"
You can simply customize the dashboard by editing the config/dashboard.php file.