I'm happy to announce that we've released another new package: https://github.com/spatie/laravel-help-space. This one makes it easy to populate a custom sidebar in https://helpspace.com with the data from your Laravel app.
Believe it or not, you also had to go through two separate login screens to see the list of tickets.
https://github.com/spatie/laravel-help-space makes it easy to validate if an incoming request from HelpSpace is valid and allows you to respond to it.
Route::helpSpaceSidebar(); The above route will register a route with the URL https://yourdomain.com/api/help-space (if you registered it in the api.php routes file).