Skip to content

Demo application built while Laravel Surat Dec Meetup with Laravel Broadcasting to update total visitors in realtime on home page.

Notifications You must be signed in to change notification settings

ankitInfyOm/laravel-surat-dec-meetup-broadcasting

 
 

Repository files navigation

Laravel Broadcasting Demo

This demo was built while Laravel Surat Dec 2019 Chapter Meetup to showcase a Laravel Broadcasting Capabilities. It incldues the following things in the demo:

  1. Store Visitor Object while visiting home page
  2. Update Visitors count on home page in real-time

Steps to Setup App

  1. Clone the Repo
  2. Run composer install
  3. Run npm install
  4. Setup your .env
  5. Setup Pusher credentials
  6. Run migrations
  7. Run npm run dev
  8. Visit Home page (Total visitors count should be 1)
  9. Visit Home page in another browser

And count in first browser should be updated automatically.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Demo application built while Laravel Surat Dec Meetup with Laravel Broadcasting to update total visitors in realtime on home page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.0%
  • Blade 3.2%
  • Shell 0.8%