mpociot/laravel-test-factory-helper

Non-functioning in Laravel 5.5

AlbinoDrought opened this issue · 2 comments

➜  laravel git:(master) ✗ php artisan test-factory-helper:generate

                                                                                            
  [ReflectionException]                                                                     
  Method Mpociot\LaravelTestFactoryHelper\Console\GenerateCommand::handle() does not exist                                                                                         

Manual fix:

Rename the fire method in GenerateCommand to handle.

>Any fire methods present on your Artisan commands should be renamed to handle.

fixed in 07c04bc

#close