On live server my slider is not working
-
i did
1] php artisan storage:link
2] php artisan vendor:publish --force
but it not supporting to slider .
plzz help me what can i do. -
Let me know, are you getting the same issue for product's image also?
-
@Vaishali-Agarwal no mam the problem is for slider
-
@Sarthak
try to run these following commands:1- php artisan storage:link
2- php artisan view:clear
3- php artisan cache:clear
4- composer dump-autoloadalso you can go through with this guide https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions/2
Thanks,
-
@Vaishali-Agarwal no mam still not working.
-
It seems APP_URL is invalid
Please check again,
it should be like https://internauts.io/Ecomm/public -
@Vaishali-Agarwal No Mam Not working.
Thank you for help. -
Could you follow all the mention points:
Go to project's root directory & run command
- cd public
- unlink storage
- from the project's root directory run: php artisan storage:link
- php artisan config:clear
- php artisan config:cache
- composer dump-autoload
Thanks,
-
@Vaishali-Agarwal It's working mam.
Thank you so much.