laravel-shift / factory-generator

MIT License
41 stars 20 forks source link

Fix for Single Model Generation #6

Closed chriischambers closed 4 years ago

chriischambers commented 4 years ago

This PR addresses the issue #5

It ensures that the following commands work as expected

php artisan generate:factory Car php artisan generate:factory Car --path=app/Models

Naoray commented 4 years ago

@chriischambers you should not need to add the --path option for any model in app/ or app/Models directory. This is resolved automatically