Download the PHP package smousss/laravel-factorize without Composer
On this page you can find all versions of the php package smousss/laravel-factorize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smousss/laravel-factorize
More information about smousss/laravel-factorize
Files in smousss/laravel-factorize
Download smousss/laravel-factorize
More information about smousss/laravel-factorize
Files in smousss/laravel-factorize
Vendor smousss
Package laravel-factorize
Short Description Effortlessly generate Laravel factories for all your models using GPT-4!
License MIT
Homepage https://github.com/smousss/laravel-factorize
Package laravel-factorize
Short Description Effortlessly generate Laravel factories for all your models using GPT-4!
License MIT
Homepage https://github.com/smousss/laravel-factorize
Please rate this library. Is it a good library?
Informations about the package laravel-factorize
Magically add missing Model Factories
Smousss generates missing Model Factories to help you create fake data seeders and write tests at ease. A dream came true for developers inheriting legacy codebases.
Installation
Install the package via Composer:
Publish the config file:
Usage
- First, generate a secret key on smousss.com.
- Add it to your
SMOUSSS_SECRET_KEY
environment variable. - Then, create a factory for your Post model:
php artisan smousss:factorize App\\Models\\Post
. Or for multiple models:php artisan smousss:factorize App\\Models\\Post App\\Models\\Comment
Credit
Factorize for Laravel has been developed by Benjamin Crozat for Smousss (Twitter).
License
MIT
All versions of laravel-factorize with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^9.0|^10.0
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^9.0|^10.0
The package smousss/laravel-factorize contains the following files
Loading the files please wait ....