small-team/laravel-dashboard

Admin/manager dashboard for Laravel framework
27 2
Install
composer require small-team/laravel-dashboard
PHP:>=5.4.0
License:MIT
Last Updated:Aug 31, 2016
Links: GitHub  ·  Packagist
Maintainer: brainfab

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

Related Packages

kalnoy/cruddy

Backend interface for handling CRUD operations on your Laravel Eloquent models.

4,985 162
orchid/platform

Platform for back-office applications, admin panel or CMS your Laravel app.

2,570,286 4,787