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

Installation for for Laravel over Nuxt.js #27

Closed connecteev closed 4 years ago

connecteev commented 4 years ago

I took a look at the functionality in the YouTube demo video, looks nicely done.

My tech stack is Laravel (back end) talking to a Nuxt.js front-end. What are the steps needed to install this on Nuxt + Laravel? Would chatify work with that?

munafio commented 4 years ago

Chatify v1.0 does not support integration with (react, vue, angular,nextjs, nuxtjs ...etc) or any other front-end frameworks! because it does not provide API's for that!!

But..! In the next release (v2.0) it will be re-developed completely with Vue.js .. so it will provide you Back-End API's so that you can easily integrate it with the any front-end framework or even for mobile development.

connecteev commented 4 years ago

@munafio thanks for the update, any idea when the APIs and a vue version would become available?