Pedro Martins
Pedro Martins
As stated in the linked PR, we have now css hooks on most of CRUD parts: https://backpackforlaravel.com/docs/6.x/crud-how-to#how-to-customize-crud-panel-design-css-hooks Regarding the action buttons, it's also possible now to hide the text and...
We don't have published files anymore. 🤷
Hey @susanu thanks for the PR . Unfortunately I don't think this is the right approach. My understanding of this issue is that `http://something.com/something` or `http://something.com/something?parameter=whatever` are the same page?...
Not sure if this would work, but maybe adding an option to the menu item to decide if the menu item matches the url with parameters (current behavior) or if...
Hey @susanu , nice example. So in your example, doing a TLDR; here, what you think is missing is a way to tell what parameters to keep and what to...
This PR doesn't have much, we can just change it since we already have all the conversation here. How would the javascript part for this work ? Would it be...
Fixed in v7. Thanks for the report and sorry it took so much time. 🙏
Hey @tabacitu . My main concern you already pointed (named routes are for easy identification and access). That said i think `backpack` is a proper namespace to all backpack/admin routes....
Hello @tm-blg . Sorry to hear about your bad experience. Is there something we can help with ? If it's regarding this issue with the route names, it's in the...
Hello @tm-blg I am sorry for the troubles you were in. The docs for inline create are here: https://backpackforlaravel.com/docs/4.1/crud-operation-inline-create You need to add the `InlineCreateOperation` inside your `ItemCrudController`. In you...