login
how or where can I change the default login from filament to a custom form in a livewire file?
7 Replies
->login(null, Login::class)
Login class being your ivewire file clas
is it somewhere in the documentation?
and THANKS π
https://filamentphp.com/docs/3.x/panels/users#setting-up-guest-access-to-a-panel
Explians it but doesn't tell you the except scenario you are looking for.
but it doesnβt say something about anything that you can input something in ->login()
I was confused
No but when you type it in your IDE it explain the function parameters it takes, the first one is the action, i.e. where it takes you.
Alright thanks!!