Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Snapey's avatar

assuming this is in a blade file

<div ng-non-bindable> {{ project.name }} </div>

then this is not valid php and blade must be disabled if you are expecting to see this output as a string

<div ng-non-bindable>@{{ project.name }} </div>
jlrdw's avatar

Just a thought, if you are having that much trouble with just one angular thing, maybe find a real good tutorial on angular and take it.

I would guess there are some videos on YouTube as well.

Previous

Please or to participate in this conversation.