mgsmus
Cevabınız için çok teşekkür ederim,
Hocam filesystem'de yeni bir isim ile subfolder tanımladım
Örnek:
'product_path' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage/product_images',
'visibility' => 'public',
'throw' => false,
],
daha sonra kayıt işlemleri sırasında
Storage::disk('product_path')
ile resimleri kaydettim çalıştı.