Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.14 KB

File metadata and controls

33 lines (27 loc) · 1.14 KB

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!