simple question :if you make post route and try to access it from google chrome it give me No Message error example :
Route::post('/Login', 'User@Login');
localhost/Login
if i access it from Postman as post request it give what i want
if i access it from Postman as get request
or
if i access it from GoogleChrome (" which is Get Request ")
it return No message error
what i want to redirect any one try to access any route as get to 404notfound page
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire