Replies: 1 comment 1 reply
-
Add a method to the button: Button:make('Download')->rawClick() Or (for later versions) Button::make('Download')->download() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi everyone, is it possible to return response()->download($filename)->deleteFileAfterSend(true); in screen method, I tried many ways but it doesnt work. Even when I want to create my own form using custom Layout::view, this seem the turbo overrride my form. please any help will be appreciate
Beta Was this translation helpful? Give feedback.
All reactions