small-team/laravel-dashboard is a Laravel package for admin/manager dashboard for laravel framework.
It currently has 2 GitHub stars and 27 downloads on Packagist.
Install it with composer require small-team/laravel-dashboard.
Discover more Laravel packages by small-team
or browse all Laravel packages to compare alternatives.
Last updated
under construction..
Require this package with composer:
composer require small-team/laravel-dashboard
After updating composer, add the ServiceProvider to the providers array in config/app.php
SmallTeam\Dashboard\ServiceProvider::class,
Copy the package config to your local config with the publish command:
php artisan vendor:publish