laravel-magiclink icon indicating copy to clipboard operation
laravel-magiclink copied to clipboard

Ability to change the base url

Open evokelektrique opened this issue 6 months ago • 2 comments

Feature request for changing the APP_URL while it's being generated with Laravel's built in url() helper at here MagicLink.php#L76C7-L76C7

I'll probably make a PR for it

evokelektrique avatar Dec 18 '23 07:12 evokelektrique

I've made a PR for it: https://github.com/cesargb/laravel-magiclink/pull/108

evokelektrique avatar Dec 23 '23 07:12 evokelektrique

Hi! This one would be super useful since we are hosting behind a proxy, the origin domain is not the same than the exposed one. I managed to resolve the issue by extending the original model, but if it feels a bit clunky

pvledoux avatar May 03 '24 13:05 pvledoux

Hi!

I release a new version with this feature: v2.22.0

Thanks: @evokelektrique , @pvledoux

cesargb avatar May 05 '24 17:05 cesargb