このコマンドを実行すると、Console command created successfullyと表示され、下記のようなクラスが自動で作られます。 このartisanってなんなのかよく理解出来てないけど、勝手に必要なクラスが作られるのは便利。 てか、まじでartisanってなにww こういうやり方ってフレームワークだと一般的なんでしょうか!? 誰か教えて下さいー!! <?php namespace App\Console\Commands; use Illuminate\Console\Command; class GetItemFeed extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'getitem'; /*