Skip to content
New issue

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

Issue in default @yield laravel 5.4.28 #19930

Closed
kossa opened this issue Jul 6, 2017 · 2 comments
Closed

Issue in default @yield laravel 5.4.28 #19930

kossa opened this issue Jul 6, 2017 · 2 comments

Comments

@kossa
Copy link

kossa commented Jul 6, 2017

  • Laravel Version: 5.4.28
  • PHP Version: 7.0
  • Database Driver & Version: MySQL

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 :

@yield('meta', 'some default meta tags like title, description ...etc')

Steps To Reproduce:

  • install new fresh app
  • Goto welcome.blade.php
  • Replace <title>Laravel</title> by @yield('meta', '<title>Laravel</title>')
  • Go to your page and you'll see : https://screencast.com/t/LBrrT08K

I changed to version of laravel to 5.4.27 and it works fine

Is it a bug, or a change to laravel ?

@devcircus
Copy link
Contributor

See #19643

@kossa
Copy link
Author

kossa commented Jul 6, 2017

Thank you @devcircus

@kossa kossa closed this as completed Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants