Login Form

Is it possible to customise the layout of login form.
5 Replies
abdullafahem
abdullafahemOP13mo ago
My problem is to customise the view part of login this one I know and worked but the view part when I override with the view that I have doesn't work.
Samir
Samir13mo ago
Yes you... create a your new login component which will create Class and view file. In view file you can create your own design. In Panel config you can pass as ->Login(YourCustomLogin::class). Create 'YourCustomLogin' livewire component. If you would like add or change or extend the login behaviour create your custom authentication middleware. And replace ->Authenticate() with your ->CustomAuthenticate()
Dennis Koch
Dennis Koch13mo ago
You can override the view file on your custom Login Livewire component
abdullafahem
abdullafahemOP13mo ago
Thanks a lot! Thanks @Dennis Koch
Want results from more Discord servers?
Add your server