PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

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 :)