jetstrap icon indicating copy to clipboard operation
jetstrap copied to clipboard

profile photo form not showing

Open NamJinn21 opened this issue 2 years ago • 1 comments

Describe the bug I want to use the profile picture, for this I go to the config folder and then to the jetstream.php file, I uncomment the code for the profile picture image

and then I run the command php artisan storage:link

but in the profile the form for the profile picture is not shown, using basic jetstream these two things are enough to use the profile photo

image

im using laravel, 8.83.5 bootstrap 5.1.3

NamJinn21 avatar Apr 21 '22 00:04 NamJinn21

if you work locally Change this line in the .env file to this APP_URL=http://127.0.0.1:8000/

yalcincoruh avatar Aug 23 '22 17:08 yalcincoruh