Skip to main content

Code Examples of beyondcode/laravel-websockets

Discover how to use Laravel's beyondcode/laravel-websockets method in real-world applications. Browse 3 examples from popular open-source projects.

3 examples

iluminar/goodwork

  • 2229
  • Created Nov 2017
  • Updated Nov 2025

Files in this example

  • composer.json
    • resources/assets/js/bootstrap.js
      • resources/assets/js/components/partials/notificationDropdown.vue
View full example

PHPJunior/mtube

  • 143
  • Created Jul 2021
  • Updated Mar 2023

Files in this example

  • composer.json
    • resources/js/bootstrap.js
      • routes/channels.php
        • app/Events/UserNotifications.php
          • app/Http/Livewire/Frontend/Channel/Partial/ChannelAnalytics.php
            • resources/views/livewire/frontend/channel/partial/channel-analytics.blade.php
View full example

kritish-dhaubanjar/laravel-sanctum-websockets-spa

  • 10
  • Created Jul 2021
  • Updated Aug 2021

Files in this example

  • laravel/composer.json
    • laravel/app/Events/Chat.php
      • laravel/routes/api.php
        • vue-sanctum/src/App.vue
View full example