Help Scout Dynamic App support Laravel Spark.
polevaultweb/laravel-spark-helpscout is a Laravel package for help scout dynamic app support laravel spark..
It currently has 6 GitHub stars and 2.577 downloads on Packagist.
Install it with composer require polevaultweb/laravel-spark-helpscout.
Discover more Laravel packages by polevaultweb
or browse all Laravel packages to compare alternatives.
Last updated
To get this up an running, you'll need to configure a few things in your Laravel Spark project and Help Scout.
composer require polevaultweb/laravel-spark-helpscout dev-masterPolevaultweb\Laravel\Spark\HelpScout\DynamicAppServiceProvider::class, to your providers array in config/app.phpAdd some environment variables to you .env file:
HELPSCOUT_APP_TOKEN - This is the random string used when creating the app on Help ScoutHELPSCOUT_APP_ENDPOINT_SECRET - This is the secret used in the endpoint callback that Help Scout will access, eg. yourapp.com/helpscout/{secret}Optional variables:
HELSPCOUT_APP_VALIDATE_USER_EXISTS_ONLY - If defined this will just verify the user exists, regardless of Spark plan or plan status.| Setting | Value | |-------------- |----------------------------------------------------------------- | | App Name | Your App Name | | Content Type | Dynamic Content | | Callback URL | https://your-site.com/helpscout/HELPSCOUT_APP_ENDPOINT_SECRET | | Secret Key | HELPSCOUT_APP_TOKEN |