lmsqueezy / laravel

A package to easily integrate your Laravel application with Lemon Squeezy.
https://lemonsqueezy.com
MIT License
503 stars 50 forks source link

Add custom tunnel url option for lmsqueezy:listen webhooks command #95

Closed max3xyz closed 2 months ago

max3xyz commented 3 months ago

Instead of Ngrok or Expose I want to use a custom tunnel url for the webhook php artisan lmsqueezy:listen command. I use a public url via localcan.com for this.

I have added a custom service that allows you to use your own tunnel url.

driesvints commented 3 months ago

@max3xyz heya thanks for sending this one in! I've cleaned up quite a bit of code. Could you check this and try it out? The --url option is now required when using the custom service so no need for a url prompt.

driesvints commented 2 months ago

@max3xyz since I haven't heard back yet I'm going to close this one for now. Feel free to respond once you're able.