Libraries tagged by laravel migrate
x2nx/webman-migrate
44 Downloads
Support the use of Laravel specific migrate and phinx commands in webman
redbastie/laravel-auto-migrate
12 Downloads
Automatic migrations for your Laravel models.
feyyazcankose/laravel-dynamic-migrate
23 Downloads
va/cutlet-migrate
5 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
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
45 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".
jsefton/migrate-environments
190 Downloads
Allows you to target additional environments to run migrations
henryavila/laravel-multi-database-commands
72 Downloads
This package provides an abstraction to efficiently manage multiple database application commands, like: migrate
exolnet/laravel-db-upgrade
1065 Downloads
Artisan command to migrate an existing production database structure to use Laravel migrations
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
adrienpoupa/migrate-routines
518 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
justinkekeocha/database-dump
108 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
gamerwalt/laramultidbtenant
1183 Downloads
This package is used to create and manage laravel multitenant applications that also creates and migrates multiple databases per tenant
ramadan/custom-fresh
131 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.