Учебник по команде Laravel Create
Artisan::command('build {project}', function ($project) {
$this->info("Building {$project}!");
})->describe('Build the project');
Hungry Hare