[ 'lucent' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => true, ], ], ]; EOD; return match (!empty($storage)) { true => SetupStep::makeSuccess($name, $instructions), false => SetupStep::makeFail($name, $instructions), }; } }