PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

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.