Dev
Dev
FFilament
Created by Dev on 2/19/2025 in #❓┊help
Sending a SMS Notification, just like a Mail Notification
So currently I have a working SMTP integration, where if a request is done, it would send an email to the user How can i do the same for an email using filamentphp? is there a plugin or anything of that sort? I found a whatsapp integration with twilio but no direct SMS
4 replies
FFilament
Created by Dev on 12/5/2024 in #❓┊help
Dark mode different primary color
->colors([ 'primary' => Color::hex('#CDC1B3'), 'dark:primary' => Color::hex('#A89887'), // Set your dark mode primary color here ]) I want a way to choose different primary color for dark mode, is that doable in filament?
3 replies