geisi/laravel-rickrollback

A Laravel package to rollback your migrations with Rick Astley

v1.0 2024-10-17 15:35 UTC

This package is auto-updated.

Last update: 2024-10-17 15:38:15 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.