laravel-git-hook
laravel-git-hook copied to clipboard
Add Service Provider Autoloading for Laravel 5.5
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“
]
}
}
Hi @jagDanJu , thanks for your sugestion but this repository supports all Laravel versions from 5.0.0 on. So by adding this I would breake older systems..
@Webklex I dont think that you would break older systems .. < 5.5 this will be ignored. Than the User needs to add the Service Provider manually
@jagDanJu well that would be greate. I'll run a little test and release a new version soon :)
Best regards