laravel-patches maintained by aaix
Description
A simple, command-based patching system for Laravel where patches are trackable.
Author
Last update
2026/05/02 00:53
(dev-main)
License
Downloads
272
Features
- Command-Based — every patch is a full-fledged Artisan command.
- Trackable — executed patches are logged in a database table to prevent re-execution.
- Disposable — delete the patch file when it's no longer needed.
- User-Controlled — unlike migrations, patches never run automatically. You decide which patch runs and when.
Quickstart
composer require aaix/laravel-patches
php artisan migrate
php artisan make:patch FixUserEmails
php artisan patch
Documentation
Full guide, configuration reference and usage examples: laravel-patches docs.
License
Released under the MIT License.