Answers for "getFirstMediaUrl localhost witout 8000"

0

getFirstMediaUrl localhost witout 8000

check your config anc env. file

config.app.url: env('APP_URL').

change APP_URL in .env is set to http://localhost to http://localhost:8000

The solution is to change your APP_URL value to http://localhost:8000
Posted by: Guest on October-22-2021

Code answers related to "getFirstMediaUrl localhost witout 8000"

Browse Popular Code Answers by Language