[Vuejs]-Img not showing in vuejs dynamic fetch from url

0👍

set this app url

APP_URL=localhost/project

and

php artisan config:clear

-1👍

In your .env file change APP_URL to localhost/project

Note: Never show public in the url.

Suggestion: Please use virtual host in order to work properly with laravel projects.

Leave a comment