classMakeViewextendsCommand { /** * The name and signature of the console command. * * @var string */ protected$signature = 'make:view {name : like content or article/content}';
/** * The console command description. * * @var string */ protected$description = 'Create a new blade page';
/** * The type of class being generated. * * @var string */ protected$type;