classMakeFileextendsCommand { /** * The name and signature of the console command. * * @var string */ protected$signature = 'make:file {name} {--text=}';
/** * The console command description. * * @var string */ protected$description = 'Make a file';
/** * Create a new command instance. * * @return void */ publicfunction__construct() { parent::__construct(); }