small-team/laravel-dashboard

Admin/manager dashboard for Laravel framework

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

dev-master 2016-08-31 06:57 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:15 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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