Ever been tempted to roll back your migrations? This package is here to make sure you never give up on your
database! Laravel Rickrollback disables the php artisan migrate:rollback
command by throwing a "Never Let You Down"
exception. Inspired by Rick Astley's timeless classic, it's a fun way to enforce forward-only migrations in your Laravel
application.
You can install the package via Composer:
composer require geisi/laravel-rickrollback
Once installed, the package automatically overrides the default migrate:rollback command. If you attempt to run it, you'll be greeted with a "Never Let You Down" experience.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.