2017 © Pedro Peláez
 

library laravel-dashboard

image

laradash/laravel-dashboard

  • Saturday, January 21, 2017
  • by upgle
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

, (*1)

Total Downloads Latest Stable Version License , (*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)

  1. Single API key (.env)
  2. Multiple API keys (using database migration)

Usage example

  • Monitor the state of the server and API.
  • Monitor service visitors

The Versions

21/01 2017

dev-master

9999999-dev

  Sources   Download

MIT

by Seong-hyun, Oh