, (*1)
, (*2)
Introduction
Laradash is a mobile dashboard application which provides a light, fast and simple interface., (*3)
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., (*4)
Using Laradash, you can monitor your Laravel web application whenever and wherever., (*5)
And this package helps to connect Laradash and web application built with the Laravel PHP framework easily., (*6)
Installation
You can use composer to install this package., (*7)
composer require laradash/laravel-dashboard
Add the LaradashServiceProvider to the end of the array in app/config/app.php., (*8)
'providers' => [
...,
Laradash\Laravel\LaradashServiceProvider::class
]
Way to generate an API key
This package provides two method for generating keys., (*9)
- Single API key (.env)
- Multiple API keys (using database migration)
Usage example
- Monitor the state of the server and API.
- Monitor service visitors