mspace's avatar

How to move images to a different laravel project

hello, I am trying to run 2 domains for a website. One for the admin activities and the other will be the main public website. On the admin website laravel project, I am able to upload the images to the public directory but I need to be able to access the images from the main website's project directory to display them. How can I go about this.(both domains use the same database)

0 likes
4 replies
mspace's avatar

Amazing!! That works. Will the links still be accessible if i move the project to a shared hosting?

tykus's avatar

If the other project is publicly accessible using a URL, then the contents of its public directory will be publicly accessible (assuming a relatively conventional Laravel deployment)

1 like

Please or to participate in this conversation.