alex-oliveira/ao-scrud
Resources for a Super C.R.U.D. with Laravel.
331
3
| Install | |
|---|---|
composer require alex-oliveira/ao-scrud |
|
| Latest Version: | 1.0.2 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Nov 30, 2017 |
| Links: | GitHub · Packagist |
Maintainer: alex-oliveira
Installation
1) Install
$ composer require alex-oliveira/ao-scrud
2) Configure "config/app.php" file
'providers' => [
/*
* Vendor Service Providers...
*/
AoScrud\ServiceProvider::class,
],
3) Configure "app/Exceptions/Handler.php" file
class Handler extends ExceptionHandler
{
use \AoScrud\Core\ScrudHandler;
.
.
.
public function render($request, Exception $exception)
{
return $this->scrudRender($request, $exception);
}
.
.
.
}
Utilization
Discover all in the wiki.
Related Packages
infinety-es/crud
Quickly build an admin interface for your Eloquent models, using Laravel 5. Buil...
368
1
sapioweb/crudhelper
Helper provider to assist in general crud functions of a restful controller
197
1
backpack/crud
Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.
3,783,078
3,374
rifayman/crud_mod
Quickly build an admin interface for your Eloquent models, using Laravel 5. Buil...
16
0
luismareze/crud
Quickly build an admin interface for your Eloquent models, using Laravel 5. Buil...
1
0