Libraries tagged by laravel migrate
alicfeng/laravel-migrate
1030 Downloads
laravel migrate enhance extend
ziming/laravel-specific-migrate-fresh
4070 Downloads
Migrate Fresh for Specific Tables Only
x2nx/webman-migrate
372 Downloads
Support the use of Laravel specific migrate and phinx commands in webman
redbastie/laravel-auto-migrate
13 Downloads
Automatic migrations for your Laravel models.
onethirtyone/laravel-s3-migrate
9787 Downloads
A Laravel package to migrate from local storage to Amazon S3
feyyazcankose/laravel-dynamic-migrate
23 Downloads
sayeed/custom-migrate
26029 Downloads
Custom migrate in laravel. You can individual file migrate here
vherbaut/laravel-data-migrations
227 Downloads
Versioned data migrations for Laravel - transform, backfill, and migrate your data with the same elegance as schema migrations.
va/cutlet-migrate
6 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
orottier/laravel-migration-squasher
95 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
57 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
exolnet/laravel-db-upgrade
1245 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.