ammezie / laravel-chat

Build a chat app in Laravel
MIT License
123 stars 126 forks source link

Hi i am newbie to pusher facing the issue #27

Open Prashu2017 opened 4 years ago

Prashu2017 commented 4 years ago

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 blank chat boc

require js

Prashu2017 commented 4 years ago

app.js:8 Uncaught ReferenceError: require is not defined at app.js:8

jeremykenedy commented 4 years ago