Added getSupportedHooks method in LaravelGitHooks class
Changed publish group name from config to laravel-git-hooks and added commands array with all supported hooks command classes
Fixed typo in WithPipeline trait (showInfoAboutHook -> showInfoAboutError) and added new protected function for showing error message when hook fails, also exit script after that with code 1;
Added getSupportedHooks method in LaravelGitHooks class
Changed publish group name from config to laravel-git-hooks and added commands array with all supported hooks command classes
Fixed typo in WithPipeline trait (showInfoAboutHook -> showInfoAboutError) and added new protected function for showing error message when hook fails, also exit script after that with code 1;