superern / laravel-vue-messenger

proof-of-concept for messenger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Chat Application

Built using Laravel, VueJS, Pusher.
Will replace pusher with laravel-websocket.
The websocket will be in the other app and will be deployed in AWS then connect this app to the websocket.

composer install
npm install
Add pusher keys in your .env

php artisan key:generate
php artisan serve
npm run dev OR
npm run watch

About

proof-of-concept for messenger

License:MIT License


Languages

Language:PHP 72.6%Language:Blade 16.6%Language:Vue 10.1%Language:Shell 0.7%