nafiesl / silsilah

A genealogy/family tree application, built with Laravel.
MIT License
588 stars 284 forks source link

profile photo unable to dispaly in profile.blade.php #40

Closed sarojbrt1 closed 4 years ago

sarojbrt1 commented 4 years ago

profile photo not working while updatin..

sarojbrt1 commented 4 years ago

profile photo not working while updating..

nafiesl commented 4 years ago

Hello @sarojbrt1. Have you been run php artisan storage:link on the project?

sarojbrt1 commented 4 years ago

@nafiesl image upload work fine.. but i am unable to display in profile,,

nafiesl commented 4 years ago

I cannot reproduce the issue. On my locahost which uses Linux Mint 18.3, PHP 7.2.

Here are my local screenshots after uploading the image profile.

screen_20-02-02_002

screen_20-02-02_001

screen_20-02-02_003

You might haven'r run the php artisan storage:link command, as noted on Installation Steps point 9, @sarojbrt1.