An open API service indexing awesome lists of open source software.

https://github.com/brainfab/laravel_dashboard


https://github.com/brainfab/laravel_dashboard

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Laravel Dashboard
=================
[![Build Status](https://travis-ci.org/brainfab/laravel_dashboard.svg?branch=master)](https://travis-ci.org/brainfab/laravel_dashboard) [![Latest Stable Version](https://poser.pugx.org/small-team/laravel-dashboard/v/stable)](https://packagist.org/packages/small-team/laravel-dashboard) [![Total Downloads](https://poser.pugx.org/small-team/laravel-dashboard/downloads)](https://packagist.org/packages/small-team/laravel-dashboard) [![Latest Unstable Version](https://poser.pugx.org/small-team/laravel-dashboard/v/unstable)](https://packagist.org/packages/small-team/laravel-dashboard) [![License](https://poser.pugx.org/small-team/laravel-dashboard/license)](https://packagist.org/packages/small-team/laravel-dashboard)

under construction..

Installation
-------------

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 ``