call('view:clear'); $this->call('cache:clear'); $this->call('route:clear'); $this->call('config:clear'); $this->call('clear-compiled'); $this->info('Caches cleared successfully!'); } }