You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear from the Readme and other available documentation what configuration is required and where.
I'm working on handling GitHub hooks, and it has been frustrating to run into error after error while attempting to integrate the "drop-in" package.
For example, nowhere does it specify that my application's /config/services.php needs to be updated to include a webhook_secret configuration value, and that the same value needs to be configured in the GitHub webhook:
It is not clear from the Readme and other available documentation what configuration is required and where.
I'm working on handling GitHub hooks, and it has been frustrating to run into error after error while attempting to integrate the "drop-in" package.
For example, nowhere does it specify that my application's
/config/services.php
needs to be updated to include awebhook_secret
configuration value, and that the same value needs to be configured in the GitHub webhook:I'd imagine there are similar requirements for other providers, too.
Improving the docs in this regard would go a long way towards easier package adoption.
The text was updated successfully, but these errors were encountered: