If you're not using git, why would you need to upload them manually to /public? Aren't they still in /storage/app/public? They should be. You just need to recreate the symlink. How did you create it to begin with? Do you have ssh access? If so, ssh in and re-link it. If not, you could always make a route that executed the storage:link command and hit that route in your browser after you're done uploading. It doesn't make sense why you'd need to upload them separately though. In fact, it's doubling the space required to store them as now you have 2 copies on the filesystem instead of just one.
Nov 3, 2018
2
Level 10
Issue Uploading to Server with Transmit
Hi All, I have discovered an issue uploading my Laravel projects to my server using Transmit ftp. It removes the php artisan storage:link shortcut so none of my images are public anymore. I have to separately load the images into my public folder each time. Has anyone else had an issue with this? Anyone know if a fix other than switching ftps?
Level 67
Please or to participate in this conversation.