It is possible to protect images from public view in Laravel 5.x folder.
- Create
images
folder understorage
folder (I have chosenstorage
folder because it has write permission already that I can use when I upload images to
It is possible to protect images from public view in Laravel 5.x folder.
images
folder under storage
folder (I have chosen storage
folder because it has write permission already that I can use when I upload images to