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 .

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 .

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