I store all the images in laravel public/settings folder while uploading images in local.
I have now uploaded my project in live where all the public folder files are moved into the public_html.
Because of this i am facing a problem because i don’t know to access the public_html in the cpanel
2
Answers
Store your images in storage or resources directory.
Where it’s easy to access.
Try to change the directory and store them into resources/images. Your problem will be gone,