It will only link the directory that viewable publicly, which is storage/app/public.
Oct 4, 2020
5
Level 6
Storage folder is not showing in the public folder after linking the path
i used
php artisan storage:link
i linked storage folder and public folder but its not showing in the public folder directory ,just storage folder is showing and rest of the folder inside the storage directory is not showing
Level 6
i edited .env file and by putting
FILESYSTEM_DRIVER=public
got solved problem
1 like
Please or to participate in this conversation.