Libraries tagged by seed
hopkins/migrate-reload
161 Downloads
A simple console command to drop every table in the database, and then run migrations, as well as seeds. Helpful for rapid development when you do not want to deal with the down() methods of migrations
happytodev/autoseed
29 Downloads
A package to automatically generate seeds files based on database structure
haistudio/predictable-random
24 Downloads
Generates a predictable random number based on a starting seed.
ghanem/themoviedb
7 Downloads
schedule movie seeder API Service from https://www.themoviedb.org
fotobank/backup-migrations
11 Downloads
The package, which makes the database backup before performing the migration or seeder
flightsadmin/crudgenerator
61 Downloads
Crud Generator automatically generates all necessary files for a complete crud. This includes livewire component, factories, migrations, models, blades & seeders.
fauxify/fauxify
37 Downloads
A library for php to seed fake data
error/artisan-pgsql-initializer
20 Downloads
Initialize whole DB via artisan commands (db, schemas, tables, seeders)
err404/table-creator
25 Downloads
create and seed the SQL tables
enshtein/wp-migrations
6 Downloads
A WordPress library for managing database table schema upgrades and data seeding.
emmanuel_saleem/command_me
14 Downloads
Create a migration with columns, and use these columns to generate a seeder, factory, controller, resource, and route
edsonalvesan/laravel-citiesbr
1170 Downloads
Pacote Laravel de Cidades e Estados brasileiros com migrations, models e seeds.
edeoliv/laravel-countries-states-cities
15 Downloads
Laravel Countries States Cities DB Migration & Seeder
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.
desaiuditd/enhanced-wp-migrations
99 Downloads
WordPress library for managing database table schema upgrades and data seeding