munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.
https://chatify.munafio.com
MIT License
2.24k stars 479 forks source link

messages:331 Uncaught ReferenceError: $ is not defined #60

Closed pashyaaa closed 3 years ago

pashyaaa commented 3 years ago

I followed the documentation but getting error messages:331 Uncaught ReferenceError: $ is not defined. Chatify page is accessible but not able to access any of the functionality. I am using laravel 8.

munafio commented 3 years ago

You need to publish the assets, or JQuery is not installed in your app which is required for this version of Chatify