i am using laravel 5.5 version
and need to implement chat feature in it.
i got to know pusher can help so i installed the package in my app
now i am facing a issue is my laravel app is using angular for frontend
and it is getting conflict with vue.
`
Chats
</div>`
this is my view
but not loading chat form only a blank box occurring there
i am using laravel 5.5 version and need to implement chat feature in it. i got to know pusher can help so i installed the package in my app now i am facing a issue is my laravel app is using angular for frontend and it is getting conflict with vue. `
this is my view
but not loading chat form only a blank box occurring there
app.js:8 Uncaught ReferenceError: require is not defined at app.js:8
Update your components declarations with the
.default
Like this: