skip to Main Content

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


  1. Store your images in storage or resources directory.
    Where it’s easy to access.

    Login or Signup to reply.
  2. Try to change the directory and store them into resources/images. Your problem will be gone,

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search