Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./uploads/../../app/Jobs/.././Http/Middleware
الملفات الموجودة في هذا الـ Path:
.
..
Authenticate.php
EmailVerify.php
EncryptCookies.php
PreventRequestsDuringMaintenance.php
RedirectIfAuthenticated.php
TrimStrings.php
TrustHosts.php
TrustProxies.php
ValidateSignature.php
VerifyCsrfToken.php

مشاهدة ملف: VerifyCsrfToken.php

<?php

namespace App\Http\Middleware;

use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;

class VerifyCsrfToken extends Middleware
{
    /**
     * The URIs that should be excluded from CSRF verification.
     *
     * @var array<int, string>
     */
    protected $except = [
        //
    ];
}