Level 75
%7D is the ASCII code for the } character.
So you propably add one for } in the end of named route.
<a href="{{ route('some.named.route') }} } <== [this one is a problem]">Link</a>
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
why I am getting %7D at the end of the URL by creating a link with named routes.
%7D is the ASCII code for the } character.
So you propably add one for } in the end of named route.
<a href="{{ route('some.named.route') }} } <== [this one is a problem]">Link</a>
Please or to participate in this conversation.