Encore\Admin\Commands\MakeCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['model', null, InputOption::VALUE_REQUIRED, 'The eloquent model that should be use as controller data source.']];
    }