Skip to content

Realtime chat demo using Laravel 5.4, VueJS and Pusher

Notifications You must be signed in to change notification settings

DGoodrich/chat-demo

Repository files navigation

Realtime Chat Demo with Laravel 5.4, VueJS, and Pusher

This is just a demo chat app that showcases some of my code base and thought patterns in laravel. This project is by no account a complete project and will be continuously worked on over time.

Development

  1. Clone or fork this repository
  2. Run composer install
  3. Run php artisan key:generate
  4. Fill out relevant items in your .env file (Don't forget to change the broadcasting settings to Pusher), including:
  • DB_CONNECTION
  • PUSHER_APP_ID
  • PUSHER_KEY
  • PUSHER_SECRET
  1. Run npm i
  2. Build assets with npm run dev
  3. Run php artisan migrate
  4. Use php artisan serve or another method to view the app in the browser
  5. Optional: Run php artisan dusk to run test

About

Realtime chat demo using Laravel 5.4, VueJS and Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages