brainfab / laravel_dashboard by brainfab

Admin/manager dashboard for Laravel framework
27
2
3
Package Data
Maintainer Username: brainfab
Maintainer Contact: max_kovpak@hotmail.com (Max Kovpak)
Package Create Date: 2014-08-06
Package Last Update: 2016-08-31
Language: JavaScript
License: MIT
Last Refreshed: 2024-04-22 15:03:24
Package Statistics
Total Downloads: 27
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 3
Total Forks: 2
Total Open Issues: 0

Laravel Dashboard

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