aaix/laravel-patches
Laravel Patches adds a simple, command-based patching system for Laravel. Create one-off Artisan commands for data fixes and deployments, run them manually, and track executions in the database to prevent reruns. Delete patches when done.
composer require aaix/laravel-patches
php artisan migrate
php artisan make:patch FixUserEmails
php artisan patch
Full guide, configuration reference and usage examples: laravel-patches docs.
Released under the MIT License.
How can I help you explore Laravel packages today?