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

Mutahhar's avatar

Is there any advantage of using AngularJS templates within Blade templates? Or should I use plain php files as views with AngularJS?

Hello there!

I am working on project and using AngularJS. And to avoid conflict between blade and AngularJS tags I am not using blade files and just using plain php files as views.

But I am wondering if there is any advantage of using AngularJS templates within Blade templates?

0 likes
1 reply
stefp's avatar

You should refer to this section of the Laravel docs that provides two ways to use js frameworks within blade templates.

Please or to participate in this conversation.