laravel-git-hook icon indicating copy to clipboard operation
laravel-git-hook copied to clipboard

Automatic git deployment for Laravel

Results 2 laravel-git-hook issues
Sort by recently updated
recently updated
newest added

Actually, GitHub doesn't has the `user_name` inside the payload, anymore. Now it's `login`. I suggest changing the content of the `GitHubService.php`. Cheers.

Add this to the composer.jso to autoload den Service Provider. There ist no need to add this manually on Laravel 5.5 :) ``` "extra": { "laravel": { "providers": [ "Webklex\\GitHook\\Providers\\LaravelServiceProvider“...

enhancement