abagayev/laravel-migration-shortcuts is a Laravel package for let's make migrations dry.
It currently has 16 GitHub stars and 1.043 downloads on Packagist (latest version v0.3.0).
Install it with composer require abagayev/laravel-migration-shortcuts.
Discover more Laravel packages by abagayev
or browse all Laravel packages to compare alternatives.
Last updated

This package is here to make migrations DRY again.
For example, add soft deletes migration in a super short way:
use Abagayev\Laravel\MigrationShortcuts\Migrations\AddSoftDeletesMigration;
class AddSoftDeletesToTableMigration extends AddSoftDeletesMigration
{
protected $table = 'table_name';
}
Feel free to add comments, issues, pull requests or buy me a coffee: https://www.buymeacoffee.com/tonybug