THRESH
THRESH
FFilament
Created by THRESH on 10/13/2023 in #❓┊help
Using Filament tailwind components in Vuejs
Hi guys, I want to create a custom page that will not be served via Filament/Laravel, but it will be served via a Vuejs app. So this custom page, let's say it's at /test , will render tailwind components and make API calls to my backend. Is there any way to use Filament's components (especially form components) design there, as I want to stay consistent on my design? What would be the easiest way to achieve this? Thank you in advance!
4 replies
FFilament
Created by THRESH on 9/21/2023 in #❓┊help
Customise register/login url path
Hello, does anyone know a workaround on customising the login and register paths? I don't want them to be /login and /register. I checked the code and it seems that it is hardcoded, and I don't think there is a way to publish the route file unfortunately.
11 replies
FFilament
Created by THRESH on 8/12/2023 in #❓┊help
->disabled() is not working on V3 forms (Toggle column)
That's all. Tried it in two different projects, not working on either of them
4 replies
FFilament
Created by THRESH on 8/11/2023 in #❓┊help
Submit button being shown even if it's not the last step
I just set up a brand new project with Filamentphp v3. I followed the docs -> https://filamentphp.com/docs/3.x/forms/layout/wizard#rendering-a-submit-button-on-the-last-step for setting up a wizard in a Page. The Wizard contains only two steps. I followed the docs but still getting the submit button on the first step. None of the steps are skippable. Anyone having the same issue?
6 replies