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

davy_yg's avatar
Level 27

What php framework could Vue compatible with

Hello,

I wonder what php framework could vue be compatible with? With all php framework and php is that true?

Or only Laravel?

Thanks in advance.

0 likes
3 replies
topvillas's avatar

It's a javascript framework. It gets data using AJAX from anything on the server that sends HTTP responses.

1 like
Cronix's avatar

Since it's javascript, it has nothing to do directly with php. Its a frontend technology, that communicates with a backend technology, which could be php, rails, or anything else. Just like jQuery has nothing to do with php, but it can communicate with php via ajax.

1 like

Please or to participate in this conversation.