aaix/laravel-patches
最新稳定版本:1.0.8
Composer 安装命令:
composer require aaix/laravel-patches
包简介
A simple, command-based patching system for Laravel where patches are trackable.
README 文档
README
Laravel Patches
A simple, command-based patching system for Laravel — hidden, trackable, and disposable one-off commands for data migrations, one-time fixes, and complex deployments.
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.
统计信息
- 总下载量: 252
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-22