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“ ] } } ```