Cannot upload images in GeekShop

suze-id

Apr 15th, 2017 11:29 AM

Hello, I have installed GeekShop and the site is running well. Images display well, but when I create new product and upload the images, it is failed.

I've tried to update config/filesystems.php as I read in other discussion, but it's still not working.

Look forward to your assistance.

suze-id

Apr 15th, 2017 03:21 PM

Sorry, case closed. When update config/filesystems.php I forgot to add URL

'url' => env('APP_URL').'/storage'

and after that I set APP_URL=http://mydomain.com in .env instead of =http://localhost.

Now I can upload the images as well.

devdojo

Apr 15th, 2017 07:19 PM

Awesome, glad that got all worked out :)