digital-pulse-lv/keep-me-synced

A simple package to keep repos in sync with cPanel Git Version Control.

1.1.4 2023-04-12 16:20 UTC

This package is auto-updated.

Last update: 2024-06-12 18:50:52 UTC


README

A simple package to keep repos in sync with cPanel Git Version Control.

Installation

Simply run the following command to install:

   composer require digital-pulse-lv/keep-me-synced

Then publish the config file and adjust it as you need it:

   php artisan vendor:publish --provider="DigitalPulse\KeepMeSynced\app\Providers\KeepMeSyncedServiceProvider"