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
Requires
- php: ^8.0
- digital-pulse-lv/slack-laravel: ^1.1
- laravel/framework: ^9.0.0|^10.0.0
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"