Baspa
Baspa
FFilament
Created by Patabugen on 3/26/2025 in #❓┊help
MFA with Fortify and vormkracht10 2fa
To be honest I don't know what it will support but if they only support email and app, adding SMS code isn't too hard. In my package you can see how I added it using most of Fortify / Laravel own features
17 replies
FFilament
Created by Patabugen on 3/26/2025 in #❓┊help
MFA with Fortify and vormkracht10 2fa
But as many others already told, the 2FA functionality will be available in Filament by default in v4
17 replies
FFilament
Created by Patabugen on 3/26/2025 in #❓┊help
MFA with Fortify and vormkracht10 2fa
If you've got any questions regarding the package, I built most if it. So feel free to ask @Patabugen
17 replies
FFilament
Created by Baspa on 12/4/2024 in #❓┊help
What's the way to go to include custom files in vite
Thanks!
9 replies
FFilament
Created by Baspa on 12/4/2024 in #❓┊help
What's the way to go to include custom files in vite
Do I have to create a filament theme? So I can't do it without?
9 replies
FFilament
Created by Baspa on 9/11/2024 in #❓┊help
Access to the tenantId in the panel or middleware of a package
Thanks!
4 replies
FFilament
Created by Baspa on 8/8/2024 in #❓┊help
Unable to find component when clicking on an action
I already registered the component in my FortifyServiceProvider like this: Livewire::component((new LoginTwoFactor())->getName(), LoginTwoFactor::class); But that did not seem to help 🤔
4 replies
FFilament
Created by Baspa on 8/8/2024 in #❓┊help
Unable to find component when clicking on an action
Hmm, moving the class to the Livewire/Auth directory helped me. But how can I keep the pages in the App\Filament\Pages\Auth directory. Or is that not possible?
4 replies
FFilament
Created by Baspa on 8/8/2024 in #❓┊help
Unable to find component when clicking on an action
I see a similar question here: https://www.answeroverflow.com/m/1169485158752198746 but the path of my component seems right, it's in the App\Filament\Pages\Auth directory and is called LoginTwoFactor
4 replies
FFilament
Created by Baspa on 7/5/2024 in #❓┊help
Stack component does not seem to respect `alignment`
Thanks!
4 replies
FFilament
Created by Baspa on 7/5/2024 in #❓┊help
Stack component does not seem to respect `alignment`
I want the image and text both on the same row. Is that possible?
4 replies
FFilament
Created by Baspa on 5/24/2024 in #❓┊help
Dynamically set the order for the widgets on each page
When I dump the value of $sort in the construct method of the widget it shows me the correct sort, but it seems like it's not respected by Filament?
public function __construct()
{
dump('weather sort: ' . self::$sort, self::getSort());
}
public function __construct()
{
dump('weather sort: ' . self::$sort, self::getSort());
}
3 replies
FFilament
Created by Baspa on 4/17/2024 in #❓┊help
The columnSpan on widgets is not working
Thanks!
10 replies
FFilament
Created by Baspa on 4/17/2024 in #❓┊help
The columnSpan on widgets is not working
Ah lol, that worked
10 replies
FFilament
Created by Baspa on 4/17/2024 in #❓┊help
The columnSpan on widgets is not working
When I set the columnSpan to full it does respect its width. But for the other sizes it somehow does not 🤔
10 replies
FFilament
Created by Baspa on 4/17/2024 in #❓┊help
The columnSpan on widgets is not working
No description
10 replies
FFilament
Created by Baspa on 4/17/2024 in #❓┊help
The columnSpan on widgets is not working
What do you mean? I defined the amount of columns, right?
10 replies
FFilament
Created by Baspa on 3/29/2024 in #❓┊help
How to prefix some routes or pages like ListRecords with '/admin' while others don't have the prefix
Alright, I will try that. Thanks!
4 replies
FFilament
Created by Baspa on 12/27/2023 in #❓┊help
How to populate multi select list with default selected values
Ah I found it, nvm thanks 😄
9 replies