Answers for "symlink(): no such file or directory storage link"

1

symlink(): No such file or directory

1. Go to /public directory remove /storage folder
2. run command
	ln -s /AnotherAppName/storage/app/public/ /AnotherAppName/public/storage
	------------- OR RUN ---------------------
	php artisan storage:link
Posted by: Guest on November-09-2020

Code answers related to "symlink(): no such file or directory storage link"

Browse Popular Code Answers by Language