komeyl/dashboard is a Laravel package for this is a basic laravel dashboard for speed project.
It currently has 2 GitHub stars and 19 downloads on Packagist (latest version 0.1.3).
Install it with composer require komeyl/dashboard.
Discover more Laravel packages by komeyl
or browse all Laravel packages to compare alternatives.
Last updated
Basic laravel dashboard for speed projects. یک داشبورد ساده برای افزایش سرعت برنامه نویسی
composer require komeyl/dashboard
php artisan command:InstallDashboard
And you see
Copied Directory [komeyl/dashboard/src/Views] To [/resources/views/dashboard]
Copied Directory [komeyl/dashboard/src/Assets] To [/public/assets]
Dashboard was installed successfully.
____ _ _ _
| _ \ __ _ ___ | |__ | |__ ___ __ _ _ __ __| |
| | | | / _` | / __| | '_ \ | '_ \ / _ \ / _` | | '__| / _` |
| |_| | | (_| | \__ \ | | | | | |_) | | (_) | | (_| | | | | (_| |
|____/ \__,_| |___/ |_| |_| |_.__/ \___/ \__,_| |_| \__,_|
{
"require": {
"komeyl/dashboard": "dev-master"
}
}
publishes views
php artisan vendor:publish --tag=views --force
publishes assets
php artisan vendor:publish --tag=public --force
publishes translate
php artisan vendor:publish --tag=translate --force
publishes controllers
php artisan vendor:publish --tag=controllers --force
For more examples and usage, please refer to the wiki.