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


try this

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

you have to name the routes specifically in your web file

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