comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); Artisan::command('ifnex:import:tracking {path : Path to Excel file}', function ($path) { $this->call('import:tracking', ['path' => $path]); })->purpose('Import tracking events from Excel file');