PHP 8.3.30
Preview: app.php Size: 631 B
//proc/thread-self/root/home/getspomw/royalsquad.us/bootstrap/app.php

<?php

use Illuminate\Foundation\Application;
use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;

return Application::configure(basePath: dirname(__DIR__))
    ->withRouting(
        web: __DIR__.'/../routes/web.php',
        commands: __DIR__.'/../routes/console.php',
        health: '/up',
    )

      ->withMiddleware(function (Middleware $middleware) {
        $middleware->alias([
            'access.control' => \App\Http\Middleware\AccessControlMiddleware::class,
        ]);
    })
    ->withExceptions(function (Exceptions $exceptions) {
        //
    })->create();

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
cache DIR
- drwxrwxrwx 2025-09-17 07:10:39
Edit Download
631 B lrw-rw-rw- 2025-09-17 07:15:32
Edit Download
64 B lrw-rw-rw- 2025-09-17 06:52:53
Edit Download

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