get(['name', 'author', 'status', 'version', 'panel', 'category']); if (count($plugins) < 1) { $this->warn('No plugins installed'); return; } $this->table(['Name', 'Author', 'Status', 'Version', 'Panel', 'Category'], $plugins->toArray()); $this->output->newLine(); } }