Custom login page and Add Logo on the default sidebar of Filament?
Hi, Does someone know how to add custom login page and Add Logo on the default sidebar of Filament?
16 Replies
Login: you may override the default class in config/filament.php:
Nice niceee. Thank you !
Hi @Leandro Ferreira Additional Question
How can I change the color primary?
Currently by default it's orange on light
and Dark Mode
Filament
Easy way to create a Filament Theme in minutes! by Leandro C. Ferre...
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
This might have an issue on my end due to Tenancy, Do you have any recommendations that can be on Filament config specifically?
Actually it is a custom theme. But you can ignore the custom css section.
I have a starter kit that you can use, if you want: https://github.com/leandrocfe/filament-multi-tenant
GitHub
GitHub - leandrocfe/filament-multi-tenant: A Filament multi tenant ...
A Filament multi tenant starter kit. Contribute to leandrocfe/filament-multi-tenant development by creating an account on GitHub.
ohhh
Demn π
I should've ask that time hahaha
It would save me alot of trouble but the App is huge now especially the Tenant.
V3 is also multi-tenant natively too.
I suppose that you won't have issues to apply these steps in your project.. you can try!
I've already use the Laravel Tenancy
https://tenancyforlaravel.com/
Tenancy for Laravel
Automatic & flexible multi-tenancy package for Laravel.
Automatically turn any Laravel application multi-tenant β no code changes needed. stancl/tenancy automatically switches database connections and all other things in the background, letting you leverage standard Laravel code into a full SaaS application. Most features out of all multi-tenancy packages. Single & multi-database tenancy.
Did you use this also there?
The one from Stancl
It is really cool π€©
yep
Nice, Aight I'll check it out and maybe try it on my end before I try to implement it with the Team.
Also would this work
on filament.php config file
'theme' => [
'colors' => [
'primary' => '#3490dc',
],
],
Check the docs and try to use/customise in your project. There are some theme plugins that you may try as well
Aight, Thank you so much @Leandro Ferreira