Nick385's avatar

How does everything fits together.

@JeffreyWay Hi Jeffrey, I am struggling a bit, i can't fully comprehend the total picture. My biggest issue is how everything fits together. My request, could you make a lesson how everything fits together. How we need to think about the code.

How vuejs communicates with laravel do we need to use pjax, an api route or use a controller. How can we make an app that works seamless, so for instance we add a form that is inside a modal the form and saves to the database without reloading the page, (out side the modal) the data displays + it is saved.

It is the parts in between the code, how data flows through the code. I can't see that part.

Thank you for all the work that you do!

0 likes
3 replies
jlrdw's avatar

Have you looked over the docs or even viewed some videos?

Nick385's avatar

@jlrdw I have but i still can't fully comprehend it. I get how to get stuff of the server and display but i don't get how to send data back to the server and make it work seamless.

jlrdw's avatar

Sounds like you need to learn some basic PHP CRUD prior to delving into Laravel.

Please or to participate in this conversation.