filesystem = $filesystem; $this->options = $options; } public function handle() { $content = var_export($this->options->all(), true); $content = 'filesystem->put(storage_path('options/cache.php'), $content); $this->info('Options cached successfully.'); } }