argument('name'); $id = $this->option('id'); \Excel::store(new \App\Exports\TestExport($id), $name, 'public'); } }