imrealashu / laravel-multiauth

Laravel 5.2 Multiauth Implementation
25 stars 15 forks source link

Use middlegroups for middleware web #2

Open shijupoothotta opened 8 years ago

shijupoothotta commented 8 years ago

Middleware Web affecting display of validation messages.

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

}