bernhard
Resource Page outside filament
I am just looking for the "best"/most elegant solution. ATM, I am solving it like this:
bootstrap/app.php
routes/app.php
It works, but it doesn't feel like the truly correct or most elegant solution. Since it's actually "part of the resource," I thought there might be a way to integrate it directly into the resource class.
But obviously, I can live with my current solution 😉
6 replies
Redirecting to a specific filament resource after authenticating correctly
Here is an tutorial for a logout redirect to start with: https://filamentphp.com/content/tim-wassenburg-how-to-customize-logout-redirect
5 replies
How to center filter modal footer?
just for the records: This specific modal is a "choice" modal with just submit/close actions. And even if I have other buttons, I really dont like buttons on the left side. Its very uncommon. Most UI tools I use have it centered or right align. Nova for example have them right.
But its ok, I can work around it. Thanks for your help.
14 replies
Using Tailwind 4 alongside with filament
Sorry for late answer. Tried it out and it worked. But this - as far as I have tried - only works when not using Filament V3 on the frontend, because of some changes in TW4. So using it in an "isolated" admin panel is fine, but mixing Filament3 with TW4 will obviously break a lot of styles.
8 replies