Login Page Additional Content
Hi Fellas, i am having issue with placement of additional content that is shown on the picture. I have created custom Login::class that extends one from Filament, and also passed custom view. I will place here images of custom view and where the content is supposed to be.
4 Replies
you don't need to customize the view, you can use render hooks
https://filamentphp.com/docs/3.x/support/render-hooks
AUTH_LOGIN_FORM_BEFORE
Yeah, I have also tried with PanelsRenderHook::AUTH_LOGIN_FORM_BEFORE but content that is within that hook is still in form card not ouside of card..
hum
you need to customize the view..
There is
SIMPLE_PAGE_START
but that will render on all auth pages