Libraries tagged by laravel migrate
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.
sykez/laravel-storage-copy
5781 Downloads
Laravel Artisan command for copying files between Laravel Filesystem/Storage disks.
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
44 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".
luongolabs/block-migrate
122 Downloads
Run straight code blocks during laravel migrations.
jsefton/migrate-environments
190 Downloads
Allows you to target additional environments to run migrations
henryavila/laravel-multi-database-commands
67 Downloads
This package provides an abstraction to efficiently manage multiple database application commands, like: migrate
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
515 Downloads
Generate Laravel Migrations from existing MySQL routines: views, procedures, functions and triggers.
7ute/laravel-provision
1406 Downloads
Migrate provisioning data separately
josh-taylor/migrate-sql
577 Downloads
Display the SQL for a migration in Laravel
justinkekeocha/database-dump
105 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