lundi 28 mars 2016

Laravel 5.2 Does not show errors in register

I add my routes in web middleware. When I post null value in register dose not show me validation errors. But when I remove web middleware from my route it work correctly.

Dose not work.

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

Work correctly

 Route::auth();



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1RvY7Dy
via IFTTT

Aucun commentaire:

Enregistrer un commentaire