laravel-migrations-organiser
A Laravel package to help organise migration files.
laravel-revert-migration
by djunehor
Specify migration file or directory to run. Revert specific migrations.
laravel-storage-copy
by sykez
Laravel Artisan command for copying files between Laravel Filesystem/Storage disks.
laravel-migration-commands
by halpdesk
Better commands for migrations when developing a Laravel project
laravel-migrate-check
by caherrera
A command to check for pending migrations. Exits with number of pending migrations if there are any
laravel-migrate-check
by erjanmx
A command to check for pending migrations. Exits with non-zero code if there are any
laravel-pgsql-multi-tenant-migrate
by guissilveira
Laravel Artisan command to migrate postgres multi tentant
laravel-migration-squasher
by orottier
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
laravel-autodb
by xmarkclx
Automatically creates database for Laravel based on a few PHP documentation comments.