Cachet's Markdown support also allows you to enable GitHub's Emoji support. This is done by using the CACHET_EMOJI
environment variable.
Supporting Emoji codes such as :smile:
and :beers:
, is made possible by GitHub's public API.
Under some circumstances it's possible to hit GitHub's API rate limit quickly. This would render your status page inaccessible.
To get around this you can create a GitHub oAuth Token and set it in your .env
file. Follow these instructions to create and setup Cachet with your token.
Cachet's Emoji support is disabled by default. To enable Emoji you'll need to modify your .env
file
CACHET_EMOJI=true
user
scopes..env
file: GITHUB_TOKEN=my-new-token
php artisan config:cache