Closed chriischambers closed 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
php artisan generate:factory Car
php artisan generate:factory Car --path=app/Models
@chriischambers you should not need to add the --path option for any model in app/ or app/Models directory. This is resolved automatically
--path
app/
app/Models
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