Looking to hire Laravel developers? Try LaraJobs

laravel-resource-admin maintained by eightyfive

Description
Generic Admin controller & helpers for Laravel Resources
Author
Last update
2018/02/14 04:02 (dev-master)
License
Links
Downloads
58

Comments
comments powered by Disqus

Laravel Resource Admin

Installation

Composer:

composer require eightyfive/laravel-resource-admin

config/app.php:

...
Eyf\Admin\AdminServiceProvider::class,
...

Publish resources (views & config):

php artisan vendor:publish