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

Laravel User Image photo not updating

jefferson-babuyo-old

Jan 27th, 2017 12:47 AM

Anyone here implemented laravel user image? I did follow the video tutorial but when I try to upload a new photo it's not working my default images stay as is and my uploaded photo is nowhere to be found even in public/uploads/avatars

mark

Jan 27th, 2017 07:43 AM

Is in inside /storage/app/public/uploads/avatars?

jefferson-babuyo-old

Jan 27th, 2017 09:32 AM

Nope since it stated public_path unless I changed it to storage_path which I did not because I simply follow the tutorial, so normally the photo I uploaded should be in public/uploads/avatars there which isn't.

I am using ubuntu 14.04. GD library is enabled in php.ini

mark

Jan 27th, 2017 10:12 AM

I see. Can you link me to the video you are talking about and share your configuration.

Then I will get back to you as soon as possible with a solution or a way to debug it.

jefferson-babuyo-old

Jan 28th, 2017 06:40 PM

Thank you for your reply Mark, got it working already. Thanks