JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

The "--templatePath" option requires a value. #445

Open mathewhany opened 9 years ago

mathewhany commented 9 years ago

Every time I try to run "php artisan generate:scaffold article --fields="title:string, content:text", it asks me "Do you want me to create a Article model? [yes|no]", so I type "yes", but after that it shows this error:

[InvalidArgumentException] The "--templatePath" option requires a value.

generate:scaffold [--fields[="..."]] resource