/Realtime-Chat

Realtime Chat with Laravel, VueJs and LaravelWebSockets package.

Primary LanguagePHP

Realtime Chat

  • Laravel

  • VueJs

  • Laravel Web Sockets

  1. Clone the project

  2. install vendor packages via this command : composer:install

  1. Connect your own data base and run database migration : php artisan migrate
  1. Run data base Seeder to make some fake users and messages : php artisan db:seed
  1. Serve the websockets server via this command : php artisan websockets:serve
  1. Go to '/laravel-websockets' and click connect button.

Done, go to the '/chat' and test the main chatroom.

Be Happy:)

alt alt