react router history not defined
import { createHashHistory } from 'history';
const history = createHashHistory();
react router history not defined
import { createHashHistory } from 'history';
const history = createHashHistory();
Route [login] not defined.Route [login] not defined.
You're trying to redirect to a named route whose name is login, but you have
no routes with that name:
Route::post('login', [ 'as' => 'login', 'uses' => 'LoginController@do']);
The 'as' portion of the second parameter defines the name of the route. The
first string parameter defines its route.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us