Back

Hello Laravel developers! 🖐️

Which front-end technology do you usually integrate with #Laravel?

A) Alpine.js
B) Vue.js
C) React.js

23

2K

VueJs, but I usually don't integrate it with Laravel, I create a new project in a different repository. Laravel is used exclusively as a backend application.

1

186

How do you connect vue.js with laravel? Rest API?

1

229

Yes, I work on the Rest API, but not always. There is one application that can send so much data in a parameter (conditions for filtering data) that a GET request just can't handle it. So they decided to remove CRUD methods altogether and leave only POST requests. That is, creating, receiving, modifying, deleting and restoring information only through POST requests.

1

214