aaronlord / laroute

Generate Laravel route URLs from JavaScript.
MIT License
796 stars 138 forks source link

Added an configurable option for the secureUrl #52

Open martdegraaf opened 7 years ago

martdegraaf commented 7 years ago

Option determins if it is http or https. (adds scheme to absolute URL with other host).

I had a problem when displaying an URL to the end user, i had to add the scheme myself.

martdegraaf commented 7 years ago

@aaronlord What do you think of this improvement?