Skip to content
Advertisement

Tag: storage

Individual s3 bucket for each user in laravel [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 7 months ago. Improve this question I have a Laravel application, I want to have a secure storage system for my registered users. How should I plan

Show this error “Undefined index: thumbnail” when add filesystem in laravel

When I add new public directory in Filesystem Disks in filesystems.php like below And in my Controller I want to save an image into thumbnail directory like below But it shows me the error Undefined index: thumbnail. I don’t know why this error shows me. Any help appreciate Answer Change ‘visibility’ => ‘thumbnail’, to ‘visibility’ => ‘public’, https://laravel.com/docs/8.x/filesystem#file-visibility it can

Advertisement