After rewriting wordpress website in laravel photos not displaying

Viewed 73

Moved website from wordpress to laravel . So now my images in /public/wp-content/uploads/filename.jpg. But any image is not displayed in site . Here error not found

But actually I have this image enter image description here

1 Answers

Your directory name is (wp_content) but you used (wp-content) in url.You should replace (_) with (-) in your directory name.

Related