erenilhan/cierra-patch
Composer 安装命令:
composer require erenilhan/cierra-patch
包简介
This is my package cierra-patch
README 文档
README
Cierra Patch is a Laravel package that provides patch management functionality. It allows you to create, manage, and apply patches to your application.
Installation
Installation
You can install the package via Composer:
composer require "erenilhan/cierra-patch @dev"
You can publish and run the migrations with:
php artisan vendor:publish --tag="cierra-patch-migrations"
php artisan migrate
Usage
Create a patch
php artisan cierra:make-patch {patch_name}
If you don't provide a {patch_name}, the command will prompt you to enter the name of the patch.
Check Patch Status
To check the status of a patch, use the following command:
php artisan cierra:patch-status
Apply Patches
To apply patches to your application, run the following command:
php artisan cierra:patch
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-14