Support the ongoing development of Laravel.io →
Authentication Requests Configuration
Last updated 1 year ago.
0

Thumb rule These all routes should be encapsulated in the web middleware which are uses Auth(). Documentation

Correction:

Route::group(['middleware' => 'web'], function () {

    Route::auth();

    Route::get('/contacts','AuthController@GetGroupMembers'); 
    Route::post('/login','AuthController@Login');
});
Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

spoofy spoofy Joined 27 Apr 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.