/One-to-One-Private-Chat

One to One Private Chat

Primary LanguagePHP

Facebook Group | Google Plus | Youtube | Web Site | Like Us

Laravel Vue js Socket One to One Realtime Private Chat

Laravel Vue js Socket One to One Realtime Private Chat

##Here are the things you will learn in this series:

** 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 crud operation)
  • How to Use Moment js on Laravel (Used for formating 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 dev
  • That's it - load the homepage.