tobytwigger / laravel-job-status

The only Laravel job debugging tool you'll ever need
https://tobytwigger.github.io/laravel-job-status
MIT License
19 stars 1 forks source link

Merge base url and prefix properly #61

Closed tobytwigger closed 1 year ago

tobytwigger commented 1 year ago

Fixes #56

I've added a new 'base_url' configuration. Place the full base URL of your site where the package is hosted, and any URL prefix optionally in prefix.

If base_url is not filled in, will default to the current URL + the prefix

shutupflanders commented 1 year ago

Works great, lgtm!