You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2021. It is now read-only.
Describe the bug
If a pattern contains @extends('layouts.app') the rendered output in the main project is missing the content of the layout/app.blade.php file.
To Reproduce
Steps to reproduce the behavior:
Create a new Pattern e.g. pages.homepage
Add a route to render this pattern
Call the route in your browser
The rendered page is not styled. The layout file's content is missing
Expected behavior
The page is rendered as if an @include directive is used.
Additional context
The bug is gone, if the call to $this->evaluatePatternStatus($pattern); in PatternServiceProvider::parse() is removed.