filippotoso / pdf-watermarker

Simple PDF Watermarker with Laravel support
Other
6 stars 7 forks source link

Download method not working on Livewire #12

Closed madurapa closed 2 weeks ago

madurapa commented 3 weeks ago

So you have to use the save() or stream() methods from the package and then use Livewire download() or streamDownload() to be able to download when you are using Livewire.

More information on https://livewire.laravel.com/docs/downloads

Thanks for the package!

filippotoso commented 2 weeks ago

Try version 1.1.0

madurapa commented 2 weeks ago

Works like a charm! Thank you very much!