You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: