Libraries tagged by laravel migrations
perryfaro/laravel-database-standalone
15288 Downloads
Stand alone setup for laravel database package with migrations
egyjs/dbml-to-laravel
546 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
umbrellio/rollback-missing-migrations
32969 Downloads
Laravel package for rolling back migrations between different releases
myqaa/laravel-patches
4129 Downloads
Run patches migration style in your Laravel applications.
lanciweb/laravel-make-crud
1705 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
tomschlick/request-migrations
4496 Downloads
HTTP Request Migrations
smartervision/laravel-generator
46208 Downloads
Smarter Vision Generator
plank/laravel-schema-events
2399 Downloads
A Laravel package to emit events based on the schema changes taking place during migration.
vi-kon/laravel-db-exporter
36797 Downloads
Database table structure and data exporter to migration and seed files
caloskao/migrate-specific
14055 Downloads
Easily perform database migrations of specific migration files in the Laravel framework.
ernysans/laraworld
53034 Downloads
Countries, Languages and Time Zones Package for Laravel 5.*
jtrw/php-make
1177 Downloads
Simple collections of make commands to increase productivity. This package gives you make commands to run your project easily. You can also customize the make commands to fit your project needs. Make commands o help work with docker, git, composer, migrations symfony, migrations laravel, tests, static analysis, and more.
easy2dev/multi-tenant-wizard
279 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
wecansync/laravel-migration-generator
226 Downloads
a package to generate migration schema for Models
sencerhan/laravel-db-tools
143 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.