11. Go to /public directory remove /storage folder
22. run command
3 ln -s /AnotherAppName/storage/app/public/ /AnotherAppName/public/storage
4 ------------- OR RUN ---------------------
5 php artisan storage:link
1sudo apt-get install python-dev # for python2.x installs
2sudo apt-get install python3-dev # for python3.x installs
1when i had that problem
2I just put my file in the same folder as
3my python script and it worked out.
4if it doesn't work for you make sure the file exists or is called that exact word.
5if it still doesn't work for you check if the file is in the directory of python.
6you might be wondering what the frik is a directory but in this topic I
7can't help you because i also don't understand the frik about directory