| Current Path : /home/users/unlimited/www/talentorbit.codeskitter.site/app/Http/Middleware/ |
| Current File : /home/users/unlimited/www/talentorbit.codeskitter.site/app/Http/Middleware/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
*/
protected $except = [
'tinymce-image_upload-front',
'admin/tinymce-image_upload',
'upload-project-temp-image',
'upload-front-project-temp-image',
'ajax_upload_file',
'ajax_remove_file',
'paypal/order',
'logout',
//'api/users',
'admin/login'
];
}