erenilhan/cierra-patch

This is my package cierra-patch

dev-main 2023-07-03 15:25 UTC

This package is not auto-updated.

Last update: 2024-05-30 23:46:42 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.