dev-master
9999999-devAllows you to run factory commands directly from artisan instaed of inside of tinker.
MIT
The Requires
- php >=7.0.0
- illuminate/support ^5.5
- illuminate/console ^5.5
Wallogit.com
2017 © Pedro Peláez
Allows you to run factory commands directly from artisan instaed of inside of tinker.
A small addition to add the use of php artisan factory:create to create an existing model and store it into your
database., (*1)
This is in early development and all feedback and contributions are welcome!, (*2)
composer require bretterer/artisan-factory, (*3)
php artisan factory:create App\\User, (*4)
Extended Usage, (*5)
php artisan factory:create App\\User --iterations=3 This will create 3 new users., (*6)
Allows you to run factory commands directly from artisan instaed of inside of tinker.
MIT