THRESH
Using Filament tailwind components in Vuejs
thanks for answering Dennis!
If I'm not wrong the Filament Core team mentioned that they heavily based their designs on https://razorui.com/ , so I guess I'll try to go down that route
4 replies
Customise register/login url path
Yes, here it is:
https://github.com/filamentphp/filament/blob/3.x/packages/panels/routes/web.php#L32
11 replies
Submit button being shown even if it's not the last step
->submitAction(new HtmlString(Blade::render(<<<BLADE
<x-filament::button
type="submit"
size="sm"
>
Submit
</x-filament::button>
BLADE)))
6 replies
->disabled() is not working on V3 forms (Toggle column)
https://discord.com/channels/883083792112300104/1137767503649587221/1137767503649587221
answer is here
4 replies