GitHook Bundle Bundle is a PHP 7 library
A Symfony3 project
This bundle can be installed using composer by adding the following in the require section of your composer.json file:
"require": {
...
"bourdeau/githook-bundle": "~0.1"
},
You must register the bundle in your kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = [
// ...
new Bourdeau\Bundle\GitHookBundle\GitHookBundle(),
];
// ...
}
There is no configuration for now.
How can I help you explore Laravel packages today?