Libraries tagged by laravel migrations
jtrw/php-make
1508 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
319 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
286 Downloads
a package to generate migration schema for Models
toramanlis/laravel-implicit-migrations
5 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.
sencerhan/laravel-db-tools
347 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
repat/laravel-migration-model
3788 Downloads
Eloquent Model for the migrations table
mojopollo/laravel-json-schema
543 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
mediactive-digital/migrations-generator
2123 Downloads
Generates Laravel Migrations from an existing database
jjclane/laravel-sqlite-migrations
15944 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
itul/laravel-migration-fields
58 Downloads
Laravel migration fields for things like address and name
exolnet/laravel-db-upgrade
1111 Downloads
Artisan command to migrate an existing production database structure to use Laravel migrations
codelieutenant/laravel-pgenum
235 Downloads
Postgres Enums used in Laravel Migrations
andyabih/json-to-laravel-migrations
736 Downloads
Turn a JSON schema into Laravel migrations.
always-open/laravel-migration-snapshot
39948 Downloads
Dump and load snapshots of the schema produced by individual migrations.
mll-lab/laravel-conditional-migrations
57699 Downloads
Run your Laravel migrations only when you want them to