csv-seeder
by hilioski
Allows seeding of the database with CSV files and extract clear unit from string
db-exporter
by nwidart
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
db-exporter
by elimuswift
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
db-exporter
by hadeluca
this is a package for Laravel Framework to export, via command line, Database in Migration and all data in a Seed
db-exporter-l4.0
by nwidart
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
fakefactory
by skovachev
A model factory package for Laravel 4 with expressive API for creating custom tailored dummy objects
iseed
by orangehill
Generate a new Laravel database seed file based on data from the existing database table.
laravel-seed-from-file
by bluora
Provides the ability to import a file or files from a folder into your database.
laravel-seeder
Run your seeder files without touching your DatabaseSeeder.php file.
laravel-seeder
by edrands
The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).
smart-seeder
by jlapp
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.