Skip to content

Commit

Permalink
add option prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelheitor authored Jun 28, 2016
1 parent 9aa88c7 commit f9f19e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/ScaffoldMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ protected function getOptions()
{
return [
['schema', 's', InputOption::VALUE_REQUIRED, 'Schema to generate scaffold files. (Ex: --schema="title:string")', null],
['form', 'f', InputOption::VALUE_OPTIONAL, 'Use Illumintate/Html Form facade to generate input fields', false]
['form', 'f', InputOption::VALUE_OPTIONAL, 'Use Illumintate/Html Form facade to generate input fields', false],
['prefix', 'p', InputOption::VALUE_OPTIONAL, 'Generate schema with prefix', false]
];
}

Expand Down

0 comments on commit f9f19e6

Please sign in to comment.