laravel-schema-sentinel
by clcbws
Detect and fix database schema drift in Laravel by comparing migrations with the live database state.
laravel-cloud-migrator
by buchin
CLI tool for migrating Laravel Cloud applications between organizations.
laravel-fluent-validation-rector
by sandermuller
Rector rules for migrating Laravel validation to sandermuller/laravel-fluent-validation
laravel-upgrades-rector
Automated Laravel version upgrade rules for Rector. Supports Laravel 10 through 13 with 64 rules covering breaking changes, dependency updates, and contract migrations.
laravel-dbtodb-migration
by mb4it
Laravel artisan command to migrate data between database connections (1 source → N targets) with configurable table/column mapping, chunking, and optional profiling logs.
laravel-kafka-migration
by nassirian
Manage Kafka topics like Laravel migrations — create, migrate, and rollback Kafka topics with artisan commands.
laravel-schema-attributes
by liar88828
PHP 8 attribute-driven schema compiler for Laravel. One schema class drives migrations, models, factories, controllers, and tests — no duplication.
laravel-upgrade-pilot
by vocweb
Pre-upgrade analysis, risk assessment, and automated upgrade assistance for Laravel applications
laravel-model-meta
by dandoetech
Laravel bridge for code generation (models, migrations) from Resource Registry definitions.
laravel-migration-guard
by malikad778
Catch dangerous database migrations before they reach production. The strong_migrations equivalent for Laravel. Zero configuration. Framework-native.
laravel-db-migrator
by mreycode
A production-grade Laravel package for complex, large-scale database migrations with resumable, monitored, and batch-aware processing.
laravel-data-jobs
by badrshs
A Laravel package for managing and executing data migration jobs with tracking and priority support
laravel-oracle-sequence
by dayatdev
A Laravel package to handle Oracle SEQUENCE operations (auto NEXTVAL and sequence creation) easily.
laravel-objectid
by wooserv
Elegant, fast ObjectId generator for Laravel models with automatic ID assignment, schema macro, and helper function.
laravel-db-craft
by robinncode
Generate Laravel migrations and seeders from existing database connections
laravel-vendor-cleanup
by leek
Laravel commands to detect and clean up unchanged vendor-published files (configs, migrations, views, lang files)
laravel-safe-migration
by junko5
MCP server for safe Laravel database migrations with confirmation prompts
laravel-entity-generator
by win-aung
A Laravel package to generate CRUD entities with controllers, models, services, requests, resources, and migrations using service design pattern
laravel-modelschema
by grazulex
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
laravel-sql-to-migration
by rizkussef
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
laravel-migration-sorter
Interactive Laravel migration file sorting with drag and drop functionality
laravel-crud-builder
by mamunhoque
Advanced Laravel CRUD Builder - Automatically generate complete CRUD operations with intelligent migration parsing and code generation
laravel-permission-maker
by curly-deni
Laravel package to easily generate migration files for CRUD and single permissions based on spatie/laravel-permission.
laravel-migration-ai
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
laravel-migration-tests
Provides tools for integration testing Laravel migrations.
laravel-seeder-tracker
by ruzaik11
Track Laravel seeders execution like migrations with batch support and status management
laravel-data-dumper
by dragon-code
Adding data from certain tables when executing the `php artisan schema:dump` console command
laravel-pivot-table-helper
A custom package for Laravel to assist with creating BelongsToMany pivot migrations.