laravel-test-factory-helper
laravel-test-factory-helper copied to clipboard
Tried with different location
Hi,
I tried to store the factory in different location, but it doesn't write in the appropriate file, instead always write to default file ModelFactory.php
Though I have created the TestFactory.php under factories.
php artisan test-factory-helper:generate --filename="database/factories/TestFactory.php"
and
php artisan test-factory-helper:generate --filename=database/factories/TestFactory.php
PR: https://github.com/mpociot/laravel-test-factory-helper/pull/26