Delete folder storage from public and run this command in cron job (one time):
ln -s storage/app/public public_html/storage
Hello, I shifted my project to new domain and now the storage link is not working in laravel while I have also done
rm public/storage
php artisan storage:link ``
at start this command workd and file uploads in data base in the required forlder but when I fetch that on site so there is just link in <img> section and just url opens
``` <a :href="props.row.user_type==='user'?userAssest + 'public_html/storage/app/' + props.row.file_name:workerAsset + 'storage/app/' + props.row.file_name" target="_blank">{{props.row.image_original_name>15?props.row.o_name+'...':props.row.original_name}}</a>
site_name/public_html/storage/app/user_incoming_packages/1/uQOpGMI73zVI7coVL8Wo2EgkuHDw7GN4S8XwgGjY.png ````
pls help me out in this problem
Please or to participate in this conversation.