spatie / laravel-pdf

Create PDF files in Laravel apps
https://spatie.be/docs/laravel-pdf
MIT License
728 stars 56 forks source link

Add support for visibility #92

Closed msucevan closed 9 months ago

msucevan commented 9 months ago

This commit is aimed to support the visibility, in order to set to public when necessary specially when you need to use s3 as disk.

freekmurze commented 9 months ago

Thanks!

binotaliu commented 5 months ago

This is probably a BC-break change, as private is not the default visibility for all disks. E.g. the default visibility for public disk is public (755 for dir and 644 for files.)