James | mrtorks[SH Aron]
James | mrtorks[SH Aron]
FFilament
Created by James | mrtorks[SH Aron] on 9/24/2023 in #❓┊help
Action button url for a post request
this is being used in javascript so that approach would not work unfortunately
32 replies
FFilament
Created by James | mrtorks[SH Aron] on 9/24/2023 in #❓┊help
Action button url for a post request
new NotificationAction('Proceed')
.button()
.url(route('delete-attachments', { attachmentsIds: [attachmentId]}))
.close(),
new NotificationAction('Proceed')
.button()
.url(route('delete-attachments', { attachmentsIds: [attachmentId]}))
.close(),
32 replies
FFilament
Created by James | mrtorks[SH Aron] on 9/24/2023 in #❓┊help
Action button url for a post request
like so
32 replies
FFilament
Created by James | mrtorks[SH Aron] on 9/24/2023 in #❓┊help
Action button url for a post request
I am trying to post to a url on button click
32 replies