Files
oficial/bootstrap/errors.php

8 lines
154 B
PHP
Raw Normal View History

2021-03-25 21:11:12 -03:00
<?php
2023-02-10 15:14:34 +00:00
/*if (config('app.debug')) {
2021-03-25 21:11:12 -03:00
$whoops = new \Whoops\Run;
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
$whoops->register();
2023-02-10 15:14:34 +00:00
}*/
?>