Create a new page without resources and that only works to redirect
create the page and in App/filament/pages/namePage
I can redirect to a new view with:
protected static string $view ='page-name/;
but what I really need is to redirect to a url for example google.com or some internal route name other than filament for example route (namePage.index )
I have also managed to change the view of the component, but the truth is I only want to use it as if it were a sidebar button, but I have no information to know how to do it.0 Replies