Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi i am newbie to pusher facing the issue #27

Open
Prashu2017 opened this issue May 12, 2020 · 2 comments
Open

Hi i am newbie to pusher facing the issue #27

Prashu2017 opened this issue May 12, 2020 · 2 comments

Comments

@Prashu2017
Copy link

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.
<div class="row cs-row"> <div id="app"> <div class="container" style="width: 500px !important"> <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading">Chats</div> <div class="panel-body"> <chat-messages :messages="messages"></chat-messages> </div> <div class="panel-footer"> <chat-form v-on:messagesent="addMessage" :user="{{ Auth::user()->username }}" ></chat-form> </div> </div> </div> </div> </div> </div> </div>
this is my view

but not loading chat form only a blank box occurring there
blank chat boc

require js

@Prashu2017
Copy link
Author

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

@jeremykenedy
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants