laradash/laravel-dashboard is a Laravel package.
It currently has 1 GitHub stars and 23 downloads on Packagist.
Install it with composer require laradash/laravel-dashboard.
Discover more Laravel packages by laradash
or browse all Laravel packages to compare alternatives.
Last updated
Laradash is a mobile dashboard application which provides a light, fast and simple interface.
You do not have to access a web-based dashboard by opening Chrome or Safari every time. you do not even have to directly develop the administrator page dashboard.
Using Laradash, you can monitor your Laravel web application whenever and wherever.
And this package helps to connect Laradash and web application built with the Laravel PHP framework easily.
You can use composer to install this package.
composer require laradash/laravel-dashboard
Add the LaradashServiceProvider to the end of the array in app/config/app.php.
'providers' => [
...,
Laradash\Laravel\LaradashServiceProvider::class
]
This package provides two method for generating keys.