Bas van Dinther
Bas van Dinther
What is the proper way to style the button color of the install prompt? It doesn't match the theme of my application right now.
Currently tests cannot be written because Pest does not seem to be configured correctly. When using a Facade for example the tests fail due the following error: > A facade...
Only the failure reason is translated for each check, while the check name and other content is not translated. We could translate those as well. We might need help with...
This is my PR to add the Spryng provider to the Laravel Notifications Channels. I recently needed this provider for a client project and decided to open source it so...
### Discussed in https://github.com/vormkracht10/filament-2fa/discussions/27 Originally posted by **CodeWithDennis** September 9, 2024 When you log in and see the 2FA field, the recovery codes field shows up too. It might be...
In v4 the Mailchimp driver contained a few methods to manage tags. Because probably the Mailcoach driver doesn't support tags they were removed. Can they be added again? I understand...
### What happened? Setting the `hint` and `hintIcon` works fine, but when trying to set the `hintColor` using either `'primary'` or `Color::hex('#121212'` for example doesn't work. It seems like the...