Closed JabbaTheGutt closed 4 years ago
Just a little more to this, I am using Guzzle to retrieve the page, when I print the contents from Guzzle I can see the data between { }, it's only when I load it in to DOM that they disappear it seems.
Turns out I needed to setCleanupInput to false - all trusted sources.
Hello,
I am aware that curly brackets are used within blade on Laravel, however, when trying to parse pages that contain curly brackets { }, the curly brackets and the data between them disappear.
Is this purely a limitation of using the PHP HTML Parser with Laravel, or am I doing something wrong?
Thanks, Jake