Ejemplo n.º 1
0
 /** @inheritdoc */
 protected function getOptions()
 {
     $_options = [['tables', 't', InputOption::VALUE_OPTIONAL, 'Comma-separated list of table names to examine instead of all tables'], ['output-path', 'o', InputOption::VALUE_OPTIONAL, 'The path to write output, relative to <comment>' . base_path() . '</comment>.', config('grubworm.default-output-path')], ['namespace', 's', InputOption::VALUE_OPTIONAL, 'The namespace of the created classes.', 'App\\Models']];
     return array_merge(parent::getOptions(), $_options);
 }