delete($path); $app->forgetInstance(Option::class); $content = var_export(resolve(Option::class)->all(), true); $notice = '// This is auto-generated. DO NOT edit manually.'.PHP_EOL; $content = 'put($path, $content); $this->info('Options cached successfully.'); } }