[Solved] ErrorException in UrlGenerator.php line 304: Route [manageDoctors] not defined. (View:

[ad_1]

try this

Route::post('login', 
        array('uses' => 'login\LoginController@doLogin'))->name('manageDoctors');

you have to name the routes specifically in your web file

[ad_2]

solved ErrorException in UrlGenerator.php line 304: Route [manageDoctors] not defined. (View: