laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

RedirectIfAuthenticated Middleware where come this prop $guards from #2414

Closed elmarzouguidev closed 3 years ago

elmarzouguidev commented 3 years ago

RedirectIfAuthenticated Middleware where come this var $guards from

i add same new gaurd in auth.php but $guards stil have only one guard ('web') public function handle($request, Closure $next, ...$guards) { }