htmlspecialchars(): Argument #1 ($string) must be of type string, _ given #45212
-
Description:Laravel not being able to escape blade HTML Escape Character (_), error raised on __('Forbidden') |
Beta Was this translation helpful? Give feedback.
Answered by
infinite-dev22
Jun 1, 2023
Replies: 1 comment
-
Fixed this, had a special character within my project directory path and removing it gets everything working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
infinite-dev22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed this, had a special character within my project directory path and removing it gets everything working as expected.