filament plugin menu-builder
Has anyone installed this plugin? I have installed it but when I go to the edit page of the menu builder. I get an error that the route (categories.show)is not defined. Anyone has an idea?
7 Replies
do you mean this one? maybe ask in the plugin channel
#datlechin-menu-builder
you mean categories.view?
Yes that one
Documentation said to use categories.show
I already did that but no reply
I am not sure where it been used but I think in the
getMenuPanelUrlUsing
return whatever works for your app.
do you have a route named categories.*
?Yes I did.
Anyone?????
we need more details about the error
check
art route:list
and make sure the route name is the same
you can (for testing) change the route (categories.show)
to url(categories.show)
to see if the error still persist
and the best one to help you ofc is the author of the package 🙂in AdminPanelProvider
in filament-menu-builder.php
in Category.php
in web.php
`
can anyone take a look at this code
code is working