bryandonwhite
bryandonwhite
I fought this issue for a while today, but it is not an issue with this distribution - it is a simple config thing. Two steps to fix: 1. As...
All the command in step #1 does is make a symbolic link on your filesystem. **This will not work** if you are developing on Windows, but you can do it...
I'm sure there is a solution for windows, but I am not an expert on the Laravel storage concepts AT ALL. Hopefully someone else reads this that can assist...
You are getting "method link does not exist" because Windows does not have a concept of symbolic links.
I think you will need to read the Storage laravel docs and figure out how to map a path that is accessible in public, but I personally do not know...
Actually, you are using WAMP, you could do it with an Apache rewrite rule - is that more something you know how to do?
Excellent, glad you found a solution - and a decent one, too. I might not have thought of that. Will it work for every upload in the future? Or, will...
I agree, things that work are good, even when they are not "proper" :-) Just remember to have an easy way to roll that stuff back to an accepted practice...