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

TheDude's avatar

What files need to be pushed to the server to make Breeze/Inertia/Vue run?

If Laravel has been freshly installed on the server, and I want to push from my local PC, what files need to be pushed to make Breeze/Inertial/Vue work?

You usually don't push node_modules file, right? However, without node_modules how can breeze and other packages work?

A gentleman on here said I should not install breeze on the server unless I want to start over, so what should I push?

Best regards.

0 likes
1 reply
Sinnbeck's avatar

Everything except node_modules, vendor and any files in storage

1 like

Please or to participate in this conversation.