Download the PHP package darkzn/ghubautopull without Composer
On this page you can find all versions of the php package darkzn/ghubautopull. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ghubautopull
laravel-ghubautopull
Author: Darkzn98 [email protected]
About
GHubAutoPull is a composer package for Laravel and Lumen. This package used for running git pull
and composer install
on configured server using Github Webhook automatically.
Requirements
- PHP >= 7.3.9
- Github Webhook
- Server SSH Key Saved to GitHub
Usage
-
Add the package running this command
- Add this package to service your app service provider so the route registered.
For Laravel config/app.php
:
For Lumen bootstrap/app.php
:
- Configure Github Webhook with the webhook url of
https://{YOUR_APP_URL}/hook.json
. Don't forget to set the Webhook Secret! -
Configure the
.env
file by adding this code - Test the webhook.
All versions of ghubautopull with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3.9
The package darkzn/ghubautopull contains the following files
Loading the files please wait ....