error('This command has been restricted in RSX.'); $this->line(''); $this->info('Please use the following command instead:'); $this->line(' php artisan optimize:cache'); $this->line(''); $this->comment('The optimize:cache command will cache all Laravel components including configuration.'); return 1; } }