Download the PHP package jwhulette/factory-generator without Composer
On this page you can find all versions of the php package jwhulette/factory-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jwhulette/factory-generator
More information about jwhulette/factory-generator
Files in jwhulette/factory-generator
Package factory-generator
Short Description Generate Laravel 8+ database factories
License MIT
Homepage https://github.com/jwhulette/factory-generator
Informations about the package factory-generator
Generate Laravel 9+ database factories
The package allows you to generate Laravel model factories automatically from your models.
It uses the model's database connection to retrieve the column information so the package can be used with multiple databases.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
To overwrite a single factory
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Wes Hulette
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of factory-generator with dependencies
composer/class-map-generator Version ^1.0
composer/composer Version ^2.0
doctrine/dbal Version ^3.1
spatie/laravel-package-tools Version ^1.4.3