新たに作成したArtisan commandで実行させたりする場合
$Model = $this->argument("Model"); \Artisan::call('make:model '.$Model);
※戻り値は「0」になるので注意