Custom Login Functionality
good day all!
is there any way that I can override the custom login functionality? for example if i have the account_activated boolean is the users table to check if it is true?
5 Replies
You can yes, just clone the login page to your app and set it in the filamentphp config
@toeknee_iom not getting this well!
if possible could you clarify more please?
LoginPage is a Livewire component provided by Filament. You can swap this component with your own implementation
Check the filament config in your config directory, and you will see where it is pointing too. Copy this file to App\http\livewire and update the location to this in the filament config
it worked @toeknee_iom @Dennis Koch
thanks for the help