Manage Laravel Auth Route
Hi,
i'm still on learning with Laravel 5.4 / 5.5 (previously i used version 5.0)
and i'm a bit confuse with how Auth::routes() in route/web.php works
if i use php artisan route:list command, it will show me all of Auth routes, but on web.php file, it only shown as Auth::routes()
and because i want to group some of Auth's routes in a middleware, how can i breakdown those Auth::routes() ?
Thanks
@Snapey so i only need to write all of those routes one by one (depending on my route groups) and it will works ?
Yes, and leave out the Auth::routes()
@Snapey ok, thanks for your explanation :)
Please or to participate in this conversation.