AlexErling / chatter

Chatter box app with Laravel 5.6, using Echo and Pusher and Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatter - A full-stack Messaging Tool

based on Laravel 5.6 with Laravel Echo, using Pusher.

SPA Front-end using Vue.js.

Installation

A Pusher account is necessary in order for this to work!

  1. git clone https://github.com/matthiku/chatter.git
  2. composer install
  3. cp .env.example .env
  4. fill out .env!
  5. php artisan key:generate
  6. npm install
  7. php artisan passport:keys
  8. npm run watch for development only!
  9. npm run production

About

Chatter box app with Laravel 5.6, using Echo and Pusher and Vue.js


Languages

Language:PHP 75.7%Language:HTML 12.4%Language:Vue 11.9%