Questions tagged [laravel-route]

33 questions
0
votes
1 answer

Route group with multiple middleware checks

In my laravel project i have made my own roles and added them to middleware so i can use auth.admin or auth.superadmin to protect specific routes. I have a Route::Group for my super admin role, a Route::Group for my admin role and a Route:Group for…
Collin
  • 914
  • 1
  • 9
  • 30
0
votes
1 answer

Laravel routes defined but shows empty page

In web.php routes file, I have defined all the routes in route group, but some of them do not work and display a blank page but shows the page when defined outside of route group without prefix. Route::group(['middleware' => 'auth', 'prefix' =>…
-2
votes
1 answer

how to add the route resource in navbar list in laravel?

enter image description hereRoute::resource('/branch','BranchController'); but, ErrorException (E_ERROR) Route [branch.viewbranch] not defined. (View: /home/praveenkumar/Desktop/makeshbakery/resources/views/layout/sidebar.blade.php) (View:…
praveenkumar
  • 11
  • 1
  • 5
1 2
3