Skip to content

One To One Real Time Private Chat Application using Laravel, Vue Js (with VueX), Web Socket

Notifications You must be signed in to change notification settings

shishir75/One-To-One-Real-Time-Private-Chat-Application

Repository files navigation

One To One Private Chat using Laravel 7, Vue.js (with VueX) & WebSockets

Key Features:

** Realtime time message send and receive ** Delete Particular Message or all message for specific user ** Online User Typing Event ** Status of Online User

  • How to use Larvel Echo
  • How to use Web Socket for Realtime Message
  • How to use SCSS
  • How to Use Vue Filter
  • How use VueX with Laravel (Used for State Management)
  • Relational Database with Laravel (Used for Maintainance DB)
  • Axios and Ajax Request (Passing request for fetch and CURD operation)
  • How to Use Moment js on Laravel (Used for formatting date time)
  • How to Use lodash
  • And much more...
  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run npm install
  • Run npm run watch
  • You are Done!

    About

    One To One Real Time Private Chat Application using Laravel, Vue Js (with VueX), Web Socket

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published