Julian Gums

Results 42 comments of Julian Gums

I'd love to see that too. Ideally, something like this ```php BreezyCore::make() ->enableTwoFactorAuthentication( force: true, excludedDrivers: ['github', 'saml2'], impersonationByPass: true, ) ``` to chose which Socialite drivers you want to...

Submitted a PR for this: https://github.com/jeffgreco13/filament-breezy/pull/409

You can then do ```php BreezyCore::make() ->enableTwoFactorAuthentication( force: fn (): bool => auth()->user()->id === 1, ) ```

Not an ISO country.

"(inv.)" after a currency name stands for "invariable." It means that the currency name does not change in plural form. For example, "Zambian kwacha" remains "kwacha" in both singular and...

Could also add the word `preferred` or add Google and a couple others as examples in brackets. But I had a user getting confused over it thinking he can only...

Is there any ETA on 8.4 support?

@webpatser would be good if these changes to the ISO codes are merged frequently. Do you need help maintaining this package? Happy to help.

Is this still coming in V3 or is this moving to V4?