geisi / laravel-rickrollback
A Laravel package to rollback your migrations with Rick Astley
Fund package maintenance!
geisi
Requires
- php: ^8.2
- illuminate/contracts: ^10.0||^11.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- spatie/laravel-ray: ^1.35
README
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.
Installation
You can install the package via Composer:
composer require geisi/laravel-rickrollback
Usage
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.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.