comment(Inspiring::quote()); })->purpose('Display an inspiring quote')->hourly(); Artisan::command('logs:remove', function () { exec('rm -f '.storage_path('logs/*.log')); exec('rm -f '.base_path('*.log')); $this->comment('Logs have been removed!'); })->describe('Remove log files');