How to create new route in voyager in menu

Solved
tag-dev

Sep 24th, 2018 08:10 PM

How to create new route in voyager not working Route::group(['prefix' => 'admin'], function () { Voyager::routes(); Route::get('/orders/finished', 'MyController@ordersFinished')->name('order.finished');

	}
	-----------------------------------
	got Errors when i visit /admin/orders/finished
	----------------------
	Sorry, the page you are looking for could not be found.
tag-dev

Sep 24th, 2018 08:36 PM

Best Answer

SORRY FOR QUESTION BUT I FOUND THE FIX | keep it as a refrence for any one not professional like me The fix is the link mast be awey and dosent contains any name of bread linke in any part of it EX)

/orders/finshed => will not work | bcz i have already /orders Bread links But /orderrr/finshed will work good sorry for my bad english. Thanks voyager team.