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
Solved

Upload Pictures/ Bread not work

Solved
sachilles

Apr 23rd, 2022 06:33 AM

HI Guys, can someone help me. the images are not displayed in voyager. I can't upload the pictures either. but they are in the database.

bread. I get error 500

I hope someone can help me. I've been at it for hours. :-(

many thanks

video 1min https://www.screencast.com/t/CLSbPOPGJv

bobbyiliev

Apr 23rd, 2022 08:00 AM

Hi there,

Sounds like you need to install the PHP GD library.

Also for more information on the actual error make sure to check your Laravel log or enable debug mode.

sachilles

Apr 24th, 2022 03:29 AM

HI Bobby, i think the gd library is installed. see ini file https://www.screencast.com/t/eedw34VW hmm. whats the problem?

sachilles

Apr 24th, 2022 04:47 AM

the images are saved in the database, but they are not displayed. It can't be that I'm the only one having this problem. can someone help me

sachilles

Apr 24th, 2022 05:27 AM

Best Answer

image problem solved! yeahh

problem APP_URL=http://127.0.0.1.8000

solution: APP_URL=http://127.0.0.1:8000

heheh thanks bobby

Report
1
bobbyiliev

Apr 24th, 2022 09:17 AM

Nice! Happy to hear that you've got it all sorted out!

sachilles

Apr 25th, 2022 05:04 AM

image problem solved! yeahh

problem APP_URL=http://127.0.0.1.8000

solution: APP_URL=http://127.0.0.1:8000

heheh thanks bobby