Package Data | |
---|---|
Maintainer Username: | alex-oliveira |
Package Create Date: | 2015-10-12 |
Package Last Update: | 2017-11-30 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-30 03:06:24 |
Package Statistics | |
---|---|
Total Downloads: | 267 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 4 |
Total Forks: | 1 |
Total Open Issues: | 0 |
$ composer require alex-oliveira/ao-scrud
'providers' => [
/*
* Vendor Service Providers...
*/
AoScrud\ServiceProvider::class,
],
class Handler extends ExceptionHandler
{
use \AoScrud\Core\ScrudHandler;
.
.
.
public function render($request, Exception $exception)
{
return $this->scrudRender($request, $exception);
}
.
.
.
}
Discover all in the wiki.