Support the ongoing development of Laravel.io →

levacic

Joined 9 Sep 2014

Statistics

Threads 0
Replies 4
Solutions 0
Articles 0

levacic has not posted any threads yet

replied 8 years ago

Disabling the CSRF Middleware in Laravel 5

HolgerW1 said: You unfortunately can't use Route::current() for global middlewares since the reques...

0 Likes
replied 8 years ago

Disabling the CSRF Middleware in Laravel 5

HolgerW1 said: Another possible solution (not ideal though): <?php namespace App\Http\Middleware...

0 Likes
replied 9 years ago

Disabling the CSRF Middleware in Laravel 5

Why do you think that you don't need to check AJAX/API calls for CSRF? In case of API, you might hav...

0 Likes
replied 9 years ago

Why is there no equivalent of Input::all() and Input::get() for the ruleset of Input::has()

Yeah, Input::all() should return all posted data, not just non-empty strings. array_filter() by defa...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.