laravel-test-factory-helper icon indicating copy to clipboard operation
laravel-test-factory-helper copied to clipboard

Tried with different location

Open mavinothkumar opened this issue 8 years ago • 1 comments

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

mavinothkumar avatar Feb 11 '17 12:02 mavinothkumar

PR: https://github.com/mpociot/laravel-test-factory-helper/pull/26

jrmadsen67 avatar Dec 24 '18 09:12 jrmadsen67