Dev
CSRF Mismatch
I'm trying to setup connected login with Sanctum / Next.js
Currently This is my setup
{
"email": "[email protected]",
"password": "password"
}
Response:
5 replies
Border Issue
The border shows, but only as white, i cannot change the color to indigo or whatever other color
Im trying to make it green, i tried indigo, i tried to make border-2 to border -3 it completely disappears, trying to understand why is that happening
5 replies
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