elminson / massive-seeder
Insert massive amount of data to a db
Fund package maintenance!
elminson
Requires
- php: ^8.1
- fzaninotto/faker: ^1.5
- illuminate/console: ^11.7
- illuminate/support: ^9.0|^10.0|^11.0
- laravel/prompts: ^0.1.21
- spatie/fork: ^1.2
Requires (Dev)
- laravel/pint: ^1.0
- mockery/mockery: ^1.6
- pestphp/pest: ^2.20
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2024-10-28 22:59:59 UTC
README
Insert a massive amount of data to a db
Installation
You can install the package via composer:
composer require elminson/massive-seeder
(Only postgreSQL is supported 100% at the moment)
Usage
php artisan db:massive-seeder
License
The MIT License (MIT). Please see License File for more information.