All Projects → drehimself → Laravel Realtime Example

drehimself / Laravel Realtime Example

Realtime 🍕 Pizza Order Tracker 🍕 - Laravel, Vue & Pusher

Projects that are alternatives of or similar to Laravel Realtime Example

Pusher Http Laravel
[DEPRECATED] A Pusher Channels bridge for Laravel
Stars: ✭ 410 (+148.48%)
Mutual labels:  laravel, pusher
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+436.36%)
Mutual labels:  laravel, pusher
Wsify
Just a tiny, simple and real-time self-hosted pub/sub messaging service
Stars: ✭ 452 (+173.94%)
Mutual labels:  pusher, realtime
Laravel Websockets Demo
Demo application to use with the Laravel WebSockets package.
Stars: ✭ 286 (+73.33%)
Mutual labels:  laravel, pusher
Laravel 5 Messenger
A Simple Laravel 5, 6, 7 & 8 Messenger with Pusher Capabilities
Stars: ✭ 75 (-54.55%)
Mutual labels:  laravel, pusher
Mercurius
Real-time Messenger for Laravel
Stars: ✭ 309 (+87.27%)
Mutual labels:  laravel, pusher
Laravel Video Chat
Laravel Video Chat using Socket.IO and WebRTC
Stars: ✭ 646 (+291.52%)
Mutual labels:  laravel, realtime
soketi
Just another simple, fast, and resilient open-source WebSockets server. 📣
Stars: ✭ 2,202 (+1234.55%)
Mutual labels:  pusher, realtime
Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+540%)
Mutual labels:  pusher, realtime
Lynnhosting
Open Source, Web Hosting Automation built with Laravel
Stars: ✭ 36 (-78.18%)
Mutual labels:  laravel, pusher
laravel-realtime-chat-pusher
Contoh aplikasi realtime chat dengan pusher
Stars: ✭ 36 (-78.18%)
Mutual labels:  pusher, realtime
Laravel Parse
A Parse SDK bridge for Laravel 5
Stars: ✭ 116 (-29.7%)
Mutual labels:  laravel, realtime
vue-input-streaming
A Vue2 Input Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
Stars: ✭ 24 (-85.45%)
Mutual labels:  pusher, realtime
Laravel Websockets
Websockets for Laravel. Done right.
Stars: ✭ 4,157 (+2419.39%)
Mutual labels:  laravel, pusher
Design-Prototype-Feedback-Application
Invision-like Design Prototype Feedback Application built using Laravel Vue and Pusher
Stars: ✭ 13 (-92.12%)
Mutual labels:  pusher, realtime
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (+186.06%)
Mutual labels:  laravel, pusher
python-realtime-table
Building realtime table using Python and Channels
Stars: ✭ 12 (-92.73%)
Mutual labels:  pusher, realtime
docs
The official soketi documentation. 📡
Stars: ✭ 55 (-66.67%)
Mutual labels:  pusher, realtime
Pusher Chatkit Laravel
Laravel wrapper for the Chatkit PHP SDK. ChatKit is shutting down 😕 - https://blog.pusher.com/narrowing-our-product-focus
Stars: ✭ 21 (-87.27%)
Mutual labels:  laravel, pusher
Trello Clone Vue Laravel
This is a Trello clone built using Laravel and Vue. You can read about how it was created in the series.
Stars: ✭ 88 (-46.67%)
Mutual labels:  laravel, pusher

Realtime Pizza Order Tracker - Laravel, Vue & Pusher

🍕🍕🍕

Code for YouTube video tutorial: https://www.youtube.com/watch?v=pjK0VMTCtVg

Installation

  1. clone the repo and cd into it
  2. composer install
  3. rename or copy .env.example file to .env
  4. Enter your database credentials in your .env file
  5. Change BROADCAST_DRIVER to pusher in your .env file
  6. Enter your Pusher credentials in your .env file. If needed, change cluster in config/broadcasting.php
  7. php artisan migrate
  8. php artisan key:generate
  9. Enter your Pusher key in resources/assets/js/bootstrap.js. If needed, change cluster as well
  10. npm install
  11. npm run dev
  12. php artisan serve or use Laravel Valet
  13. Visit localhost:8000 in your browser
  14. Make a new user and a new pizza order. Open up another window, go to admin, change order status, and watch it update in realtime!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].