PHP 8.3.31
Preview: RegisterErrorViewPaths.php Size: 467 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php

<?php

namespace Illuminate\Foundation\Exceptions;

use Illuminate\Support\Collection;
use Illuminate\Support\Facades\View;

class RegisterErrorViewPaths
{
    /**
     * Register the error view paths.
     *
     * @return void
     */
    public function __invoke()
    {
        View::replaceNamespace('errors', (new Collection(config('view.paths')))->map(function ($path) {
            return "{$path}/errors";
        })->push(__DIR__.'/views')->all());
    }
}

Directory Contents

Dirs: 3 × Files: 3

Name Size Perms Modified Actions
Renderer DIR
- drwxrwxrwx 2025-09-17 06:52:55
Edit Download
views DIR
- drwxrwxrwx 2025-09-17 06:52:55
Edit Download
Whoops DIR
- drwxrwxrwx 2025-09-17 06:52:55
Edit Download
30.94 KB lrw-rw-rw- 2025-09-17 06:52:55
Edit Download
467 B lrw-rw-rw- 2025-09-17 06:52:55
Edit Download
1.53 KB lrw-rw-rw- 2025-09-17 06:52:55
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).