Skip to content

Just to get rid of my boredom. Built with Vue and Pusher

Notifications You must be signed in to change notification settings

ibnuh/laravel-realtime-chat

Repository files navigation

Laravel Realtime Chat

Just to get rid of my boredom. Build with Vue and Pusher

Preview

Preview

Installation

Clone the repository
composer install && npm install

Update your .env file

DB_CONNECTION=sqlite
DB_DATABASE=/Users/disappear/work/chat/database/db.sqlite
BROADCAST_DRIVER=pusher
PUSHER_APP_ID=REDACTED
PUSHER_APP_KEY=REDACTED
PUSHER_APP_SECRET=REDACTED
PUSHER_APP_CLUSTER=REDACTED
npm run (dev | prod)

License

MIT

About

Just to get rid of my boredom. Built with Vue and Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published