Libraries tagged by laravel migrations
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
bluecode/laravel-generator
469 Downloads
Laravel Generator
blitsoftwares/laravel-states-and-cities
1021 Downloads
País, cidades e estados. Com código IBGE Brasil. Com migrations, models, seeder, routes, config e views. SQL de dumps disponiveis na pasta 'sql'.
asvae/laravel-fixtures
20 Downloads
abhijitghogre/laravel-db-clear-command
11982 Downloads
Laravel artisan command to drop all database tables and rerun the migrations.
shincoder/harmless-migration
981 Downloads
phirational/laravel-conditional-seeder
444 Downloads
Laravel trait providing methods for conditional database seeding.
bluora/laravel-datasets
37 Downloads
Provides console commands, models and migration scripts to syncronize datasets.
va/cutlet-migrate
6 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
raza9798/core-modules
47 Downloads
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
nwidart/db-exporter-l4.0
15 Downloads
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
luongolabs/block-migrate
202 Downloads
Run straight code blocks during laravel migrations.
didiwijaya/wilindo
617 Downloads
Package Laravel (Migration & Seeder) untuk wilayah Indonesia berdasarkan data SPLP Kemendagri
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
ajcastro/fk-adder
3573 Downloads
Lets you add foreign keys in a swift! Foreign key adder in laravel migration.