FilamentF
Filament3mo ago
foggy

Filament login customisation

Hi Clever People.

I have an app I've put together in basic Laravel with some Livewire. It has it's own relatively simple login mechanism. I'm liking what Filament offers with the tables, forms etc so I'd like to re-code my app to use it. I also want to take advantage of the Filament's login pages, change password etc.

Because of how the tenancy works within my app, I need to add some functionality to the login blade and controller. It's all buried in the vendor folder however.

Now, I know I'm not supposed to touch stuff in that folder since it's liable to get overwritten on updates etc.

How do I expose those components so I may modify them? Is there a tag I can publish?
Was this page helpful?