Welcome Guest, Not a member yet? Register   Sign In
Automatic Project Updating
#1

Hi all! I have a new module to share that I'm pretty excited about. Been working on this one a long time, and there will be some more features to come but I wanted to get the initial version out...

Tatter\Patches
Do you find it hard to keep all your project files consistent with the framework versions? Do you release libraries and modules that require developers to update their projects regularly? Let Patches help!
Patches is a module for updating CodeIgniter 4 projects. It will analyze your project code against the vendor releases (current and updated) and help you patch files.
Did you know that moving from version 4.0.2 to version 4.0.3 update 11 files in your project root? https://github.com/codeigniter4/framewor...2...v4.0.3
If you updated with Patches these would be handled for you!

Easy to use 2-step process:
1. Install the module with Composer:
Code:
> composer require --dev tatter/patches

2. Use the CLI command to update:
Code:
> php spark selfupdate

That's it! Visit the GitHub repo for more advanced configuration options, a play-by-play example of use, and the source code:

https://github.com/tattersoftware/codeigniter4-patches
https://packagist.org/packages/tatter/patches

+++++++++++++++++++++++

As always your feedback is very welcome! Feel free to discuss here, or submit feature requests and bug reports over at Github. Thanks for reading!
Reply


Messages In This Thread
Automatic Project Updating - by MGatner - 05-29-2020, 07:44 PM
RE: Automatic Project Updating - by MGatner - 06-10-2021, 04:49 AM
RE: Automatic Project Updating - by paliz - 06-10-2021, 09:29 AM
RE: Automatic Project Updating - by MGatner - 06-10-2021, 12:55 PM
RE: Automatic Project Updating - by InsiteFX - 06-11-2021, 12:42 AM
RE: Automatic Project Updating - by kenjis - 02-20-2023, 05:51 PM
RE: Automatic Project Updating - by b126 - 02-21-2023, 03:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB