Support the ongoing development of Laravel.io →
Authentication
Last updated 2 years ago.
0

on your middleware handle method the first param is the current request object. You can use it?

public function handle($request, Closure $next)
{
    if($request->input('color') == 'red') {
        return $next($request);
    }
}
Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ziyahan ziyahan Joined 2 Mar 2015

Moderators

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.