Download the PHP package pageon/pageon-fork-config without Composer
On this page you can find all versions of the php package pageon/pageon-fork-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pageon/pageon-fork-config
More information about pageon/pageon-fork-config
Files in pageon/pageon-fork-config
Package pageon-fork-config
Short Description Fork is great, but we like to implemented our internal tools into the website we create for our clients
License BSD
Homepage https://github.com/sumocoders/Sumo-specific-Fork-stuff
Informations about the package pageon-fork-config
Pageon specific Fork stuff
Fork CMS is great, we use it all the time for client-projects. But we also like our internal tools.
So this codebase will tie in our internal tools into Fork CMS for the sites we create for our clients.
1: SlackWebhookMonolog
Instead of the default error handeling in Fork errors will be send to our slack channel so our dev's will be notified.
We will also display a nice error message for the customers.
1.1 Minimal configuration
For this to work we need to have at least the following parameters
- : This contains the url to the webhook
if or is true no notifications will be send.
1.2 Optional configuration
It is possible to tweak the configuration with extra parameters.
- [true]: If you add this to the parameters with the value false the errors won`t bubble to the next monolog handler that is listening.
- []: You can choose a custom username instead of the default.
- : Override the channel where the webhook should post the notifications.
- : Use an emoji as the icon for the notifications instead of the default. This can not be combined with .
- : Use an image url as the icon for the notifications instead of the default. This can not be combined with .
All versions of pageon-fork-config with dependencies
pageon/slack-webhook-monolog Version ^1.0.1
symfony/dependency-injection Version ^2.3