failed to open stream: Permission denied
fopen(/var/www/test.sdtokens.com/storage/app/public/images/mesk.webp): failed to open stream: Permission denied
Solution to the problem is running these commands to get the permissions
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache

php artisan storage:link
by Valeri Tandilashvili
3 years ago
Linux
0
Pro tip: use ```triple backticks around text``` to write in code fences