laravel-schema-audit
by chr15k
Performs static analysis of your Laravel migrations to detect schema inconsistencies before they ship.
laravel-blueprint-studio
by imrandevbd
Visual Laravel Blueprint Studio — create models, migrations, controllers, and views with a premium visual UI powered by Tailwind CSS & Alpine.js.
laravel-legacy-password-upgrader
by yeonik
Transparently upgrade legacy password hashes (MD5/SHA1/salted) to bcrypt the first time a user signs in.
woo-laravel-migrator
by tanjil
Import and synchronize WooCommerce stores into Laravel applications through the WooCommerce REST API.
laravel-generator
Generate Laravel models, migrations, and seeders from existing database tables
laravel-legacy-bridge
by chr15k
Bridge authenticated user sessions from legacy PHP applications into Laravel.
laravel-migrate-fresh-table
by kerroldj
Fresh-migrate a specific table (or a chosen set of tables) in Laravel — like migrate:fresh, but scoped, foreign-key aware, multi-connection and multitenant-friendly.
laravel-eloquent-columns
by banulakwin
Reusable Eloquent traits and Blueprint macros: active, featured, sort order, timestamps/soft deletes, slugs (Spatie), audit columns.
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)
user-auditable-for-laravel
Laravel package for user auditing in migrations and models
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