Silly mistakes you can make while uploading images or files in Laravel

There are many ways to upload files and images in Laravel. One of them is uploading the images/files to the storage folder. But the storage folder doesn’t really provide public access meaning it doesn’t give permission to view the files that are stored within the storage folder. For the users to be able to view …

Silly mistakes you can make while uploading images or files in Laravel Read More »