Libraries tagged by laravel migrate
alicfeng/laravel-migrate
978 Downloads
laravel migrate enhance extend
othyn/laravel-migrate-to-sql
747 Downloads
A Laravel package that easily allows for SQL to be generated from the applications migrations via a simple artisan command.
ziming/laravel-specific-migrate-fresh
3805 Downloads
Migrate Fresh for Specific Tables Only
redbastie/laravel-auto-migrate
12 Downloads
Automatic migrations for your Laravel models.
feyyazcankose/laravel-dynamic-migrate
21 Downloads
va/cutlet-migrate
5 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
sextanet/migrate-shield
8 Downloads
This is my package migrate-shield
orottier/laravel-migration-squasher
94 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
micheledamo/laravel-web-artisan
43 Downloads
This package allows you to execute artisan commands in a simple way using the browser window. If you don't have SSH access to the hosting platform where your Laravel site is hosted, this solution allows you to run commands like "php artisan migrate".
lawrence/fast-migrate
52 Downloads
Migrate even faster!
jsefton/migrate-environments
190 Downloads
Allows you to target additional environments to run migrations
henryavila/laravel-multi-database-commands
60 Downloads
This package provides an abstraction to efficiently manage multiple database application commands, like: migrate
exolnet/laravel-db-upgrade
845 Downloads
Artisan command to migrate an existing production database structure to use Laravel migrations
adrienpoupa/migrate-routines
515 Downloads
Generate Laravel Migrations from existing MySQL routines: views, procedures, functions and triggers.
josh-taylor/migrate-sql
577 Downloads
Display the SQL for a migration in Laravel