Dennis Koch
How do I use actions on a ViewRecord page?
Do you really need to overwrite the view? Header Actions don't fit for your use case?
Regarding the action:
The action name and the function must match. In your case the function should be named
testAction()
10 replies
Sending a SMS Notification, just like a Mail Notification
There should be many Laravel packages to send SMS notifications. I recommend checking out Laravel Notification Channels Project: https://laravel-notification-channels.com/
4 replies