Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\VerifyCsr..
Decoded Output download
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array<int,string>
*/
protected $except = [
];
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array<int,string>
*/
protected $except = [
];
}
Function Calls
None |
Stats
MD5 | 40b3353394235e22a6c2e12131c75686 |
Eval Count | 0 |
Decode Time | 95 ms |