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

AndySong's avatar

How can I use vue data in php file

lets say I have some data in Vue and I want to access it in php files for example routes/web.php

how can I do that

pls

0 likes
1 reply
tykus's avatar
tykus
Best Answer
Level 104

Make an HTTP request with the data from your Vue instance/component to the route.

Please or to participate in this conversation.