| 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-10-27 03:19:51 |
| Package Statistics | |
|---|---|
| Total Downloads: | 277 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 3 |
| 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.