Libraries tagged by laravel5-migrator
abagayev/laravel-migration-shortcuts
875 Downloads
Let's make migrations DRY
va/cutlet-migrate
6 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
sakanjo/laravel-readable-migrations
77 Downloads
Change migrations filenames to more readable numeric format.
rizkussef/laravel-sql-to-migration
11 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
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.
schoolees/laravel-psgc
24 Downloads
PSGC for Laravel: migrations, seeders, JSON data, models, services, resources, controllers, and read-only routes.
ricadesign/laravel-ecommerce-data-model
1 Downloads
Laravel migrations, models and Nova resources for the creation of an ecommerce site
nwogu/smooth-migration
18 Downloads
Flexible way to manage Laravel Migrations
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.
exolnet/laravel-db-upgrade
1111 Downloads
Artisan command to migrate an existing production database structure to use 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.
adrienpoupa/migrate-routines
518 Downloads
Generate Laravel Migrations from existing MySQL routines: views, procedures, functions and triggers.