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();
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire