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

mstdmstd's avatar

Vuex in backend CRUD ?

Hello, In my laravel 5.7 / Vuejs 2.6 / bootstrap": 4.3 app I want to use vuex and questions is if there is a sense/profit of using vuex in backend?

That is quite ordinary applications : in frontend logged users review proposals, can select proposals and can chat with other users through web sockets. In backend Listing of data with CRUD operations : some of them simple(like category with 1 field) or complicated with structured products and several related tables.

What is your opinion/expierence?

Please links to related topics...

Thanks!

0 likes
3 replies
MaverickChan's avatar

vue and vuex are front-end.

you can do CRUD through ajax calls , such as axios.

mstdmstd's avatar

@MAVERICKCHAN - Which client library you use in backend pages, if any? But as I know vue is also used in backend CRUD operations as client template. But as for vuex ?

MaverickChan's avatar

vue as backend? do you mean server-side rendering? 2 different thing.

I of course use Laravel as my backend service.

but i understand there is some node.js based dependancy could do the trick.

still , i prefer Laravel

Please or to participate in this conversation.