PATH:
home
/
lab2454c
/
costbloc.com
/
app
/
Http
/
Middleware
<?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 */ protected $except = [ '/gateway/pay/*/callback', '/gateway/pay/*/payment_webhook', 'gateway/pay/*/complete', 'gateway/pay/*/cancelled' ]; }
[-] TrustProxies.php
[edit]
[-] CheckForMaintenanceMode.php
[edit]
[-] IsLoggedIn.php
[edit]
[-] TrimStrings.php
[edit]
[+]
..
[-] Permission.php
[edit]
[+]
Api
[-] RedirectIfNotCustomer.php
[edit]
[-] RedirectIfAuthenticated.php
[edit]
[-] Authenticate.php
[edit]
[-] CheckGuest.php
[edit]
[-] UserAuthenticate.php
[edit]
[-] EncryptCookies.php
[edit]
[-] PreventRequestsDuringMaintenance.php
[edit]
[-] Locale.php
[edit]
[-] CheckForDemoMode.php
[edit]
[-] VerifyCsrfToken.php
[edit]
[-] TrustHosts.php
[edit]