Reputation: 11
i use web editor to upload imags ,so i want to disable csrf for imagesUpload
this is my route and VerifyCsrfToken
Upvotes: 0
Views: 45
Reputation: 4275
Comment out line 31 in the middlware kernal:
https://github.com/laravel/laravel/blob/master/app/Http/Kernel.php
Upvotes: 2