cesargb / laravel-magiclink

Create link for authenticate in Laravel without password or get private content
MIT License
347 stars 42 forks source link

Add base url #108

Closed evokelektrique closed 2 months ago

evokelektrique commented 7 months ago

Introduces a custom base URL attribute for the MagicLink model, enhancing flexibility in URL generation. This feature ensures the generated URLs have the correct format by automatically handling trailing slashes. Includes corresponding tests to validate the functionality.

cesargb commented 2 months ago

@evokelektrique thank you for your PR.