laralib/l5scaffold

Getting error when trying to run scaffolding on Laravel 5.1

Closed this issue · 4 comments

$ php artisan make:scaffold Tweet --schema="name:string"
Configuring Tweet...
Migration created successfully
Seed created successfully.



  [InvalidArgumentException]
  The "--no-migration" option does not exist.

Though I haven't pass any --no-migration command.

Is there any help?
Thanks in advance.

I'm getting the same exact error with Laravel 5.1.3.

Hey guys I just sent a pull request, the issue is on the file vendor/laralib/l5scaffold/src/Makes/MakeModel.php line 36. I just deleted that line ('--no-migration' => true) and all works :)

Okay, try again now ;). tks guys!

Fixed by merging Pull request #14