我没有收到 laravel 8 jetstream 个人资料照片路径。它节省了存储空间

I am not getting laravel 8 jetstream profile photo path. it is saving on the storage

我正在使用 Jetstream。我没有收到个人资料照片 [点击图片][1] [1]: https://i.stack.imgur.com/7DSjK.png 这是开发工具代码

<img class="h-8 w-8 rounded-full object-cover" src="http://jed.test/storage/profile-photos/zmgDcXE9utwTH7E3vwtt8YxnoHVsfxbDovb8UKiw.jpeg" alt="Rifat">

如果将图像保存在默认磁盘 (config/filesystems.php) 上:

'local' => [
    'driver' => 'local',
    'root' => storage_path('app'),
],

图像保存在 storage/app 文件夹中,要访问它,您需要 运行 php artisan storage:link 并且它会在您的 [=19] 上创建一个符号 link =]文件夹