https://github.com/brainfab/laravel_dashboard
https://github.com/brainfab/laravel_dashboard
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brainfab/laravel_dashboard
- Owner: brainfab
- License: mit
- Created: 2014-08-06T21:00:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T06:57:21.000Z (almost 10 years ago)
- Last Synced: 2024-04-20T04:20:52.883Z (about 2 years ago)
- Language: JavaScript
- Size: 21.2 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Laravel Dashboard
=================
[](https://travis-ci.org/brainfab/laravel_dashboard) [](https://packagist.org/packages/small-team/laravel-dashboard) [](https://packagist.org/packages/small-team/laravel-dashboard) [](https://packagist.org/packages/small-team/laravel-dashboard) [](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 ``