Make it easy for clients to get help and access their support history.
composer require mikemartin/helpscout-beaconAdd the following to your .env file:
HELPSCOUT_BEACON_ID=
HELPSCOUT_BEACON_SECRET_KEY=
The Beacon ID can be found in your HelpScout Beacon Settings under the Installation tab. The secret key is found under the Contact tab after enabling "Support history security".
To show the beacon to authenticated frontend users, add the following env variables:
HELPSCOUT_PUBLIC_BEACON_ID=
HELPSCOUT_PUBLIC_BEACON_SECRET_KEY=
Then place the tag before the closing </body> tag in your template:
{{ beacon:js }}The MIT License (MIT). Please see License File for more information.