Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 678 Bytes

WhatsGood

Real time chat app demo with Laravel and Vuejs

Real time chat app with Laravel and Vuejs that utilises Laravel-websockets & laravel-echo

Installation

  • git clone git@github.com:HijenHEK/real-time-chat-laravel-vue.git
  • cd real-time-chat-laravel-vue
  • cp .env.example .env then add you database connection details
  • php artisan migrate use --seed to get some seed users and some messages (./database/seeders/DatabaseSeeder.php)
  • npm install
  • php artisan serve

features

  • real time chat
  • friend request
  • users search by username