Slider image and category image missing
-
-
Check your APP_URL path of your project .env file, it should be like :
http://localhost/ProjectName/public/adn try run these following commands:
1- php artisan storage:link
2- php artisan view:clear
3- php artisan cache:clear
4- composer dump-autoloadThank you.