PATH:
home
/
centosnipponia
/
public_html
/
msg
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Exceptions
<?php namespace Illuminate\Foundation\Exceptions; use Illuminate\Support\Facades\View; class RegisterErrorViewPaths { /** * Register the error view paths. * * @return void */ public function __invoke() { View::replaceNamespace('errors', collect(config('view.paths'))->map(function ($path) { return "{$path}/errors"; })->push(__DIR__.'/views')->all()); } }
[+]
..
[-] Handler.php
[edit]
[-] RegisterErrorViewPaths.php
[edit]
[-] ReportableHandler.php
[edit]
[-] WhoopsHandler.php
[edit]
[+]
views
[-] .htaccess.disabled
[edit]