Skip to content

Tag: laravel

Vue2 modal in v-for list

I’m trying to implement a vue2 modal as described in the vue docs at https://v2.vuejs.org/v2/examples/modal.html. It looks something like this: While the button shows up and does pop up the modal, I get a warning that Property or method “item” is not defined on the instance but referenced du…

How to use ReactJS in Laravel

I am new to ReactJS and I am looking for a way to integrate it in Laravel. Is there any way that I can use React components within laravel views or it should be done only by using API as separate projects. Answer Use Laravel to provide the base view, but then after that all the views would be handled