HolgerW1 said: You unfortunately can't use Route::current() for global middlewares since the reques...
HolgerW1 said: Another possible solution (not ideal though): <?php namespace App\Http\Middleware...
Why do you think that you don't need to check AJAX/API calls for CSRF? In case of API, you might hav...
Yeah, Input::all() should return all posted data, not just non-empty strings. array_filter() by defa...
The Laravel portal for problem solving, knowledge sharing and community building.
The community