We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated laravel to 5.4.28 from 5.4.27, I get a strange thing in my web page, in the head of my page I'm using :
@yield('meta', 'some default meta tags like title, description ...etc')
<title>Laravel</title>
@yield('meta', '<title>Laravel</title>')
I changed to version of laravel to 5.4.27 and it works fine
Is it a bug, or a change to laravel ?
The text was updated successfully, but these errors were encountered:
See #19643
Sorry, something went wrong.
Thank you @devcircus
No branches or pull requests
Description:
I updated laravel to 5.4.28 from 5.4.27, I get a strange thing in my web page, in the head of my page I'm using :
Steps To Reproduce:
<title>Laravel</title>
by@yield('meta', '<title>Laravel</title>')
I changed to version of laravel to 5.4.27 and it works fine
Is it a bug, or a change to laravel ?
The text was updated successfully, but these errors were encountered: