Libraries tagged by database migrations
wooserv/laravel-objectid
427 Downloads
Elegant, fast ObjectId generator for Laravel models with automatic ID assignment, schema macro, and helper function.
w3spi5/bigdump
2 Downloads
Staggered MySQL Dump Importer - Import large MySQL dumps on servers with execution time limits
tacoberu/composer-schema-manage
1783 Downloads
Initiate versioning the database like code.
sayeed/custom-migrate
26031 Downloads
Custom migrate in laravel. You can individual file migrate here
salehhashemi/laravel-intelli-db
589 Downloads
An AI-driven Laravel package for generating and managing database related things.
rasuvaeff/clickhouse-toolkit
1088 Downloads
Framework-agnostic ClickHouse toolkit for PHP: parameterized query builder, data reader, batch writer, DDL builder, partition manager, mutation builder, and migration runner.
ngyuki/db-migrate
6138 Downloads
Simple migration tool
mpeter-php/phpmig-mysqli-adapter
12270 Downloads
An adapter for phpmig which provides database access via mysqli
mojopollo/laravel-json-schema
546 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
matte97p/laravel-postgresql-inherit
273 Downloads
Add inheritance in postgresql tables
leafs/schema
2067 Downloads
Git for your database
kraz/doctrine-context-bundle
85 Downloads
Symfony bundle for working with multiple databases via doctrine entity manager or connection.
kraicdesign/eloquent-bundle
98 Downloads
Symfony bundle that wires Laravel's Eloquent (Illuminate Database) into the Symfony container, with database:migrate and database:migrate:rollback console commands.
jlapp/smart-seeder
3075 Downloads
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.
grazulex/laravel-modelschema
318 Downloads
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.