Edit
I can't really find a way to generate a secure URL from route name.
To get a full URL, I use
echo route('my_route_name');But what to do, if I want a URL with https?
Edit
I can't really find a way to generate a secure URL from route name.
To get a full URL, I use
echo route('my_route_name');But what to do, if I want a URL with https?