erenilhan / cierra-patch
This is my package cierra-patch
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
This package is not auto-updated.
Last update: 2025-03-21 03:39:40 UTC
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.