mgsmus
'frontend' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => 'http://127.0.0.1:5000'.'/storage',
'visibility' => 'public',
'throw' => false,
],
Storage::disk('frontend')->delete($catalogPath);
böyle bir şey yapmıştım fakat çalışmamıştı. Tabi ben http://127.0.0.1:5000
ile yapmıştım