8 lines
154 B
PHP
8 lines
154 B
PHP
<?php
|
|
/*if (config('app.debug')) {
|
|
$whoops = new \Whoops\Run;
|
|
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
|
|
$whoops->register();
|
|
}*/
|
|
?>
|