Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

shiran1's avatar

Notification

I'm developing a food delivery app with LARAVEL and I want to know how to notify to the kitchen in real-time when a customer place an order (something like Facebook notification). Thanks in Advance :)

0 likes
2 replies
automica's avatar

@shiran1 you could set up kitchen with slack and then pass messages to them that way using laravel/slack-notification-channel

slack can be installed on desktop and mobile and should give you a messenger style interface.

1 like
rose34's avatar

You can use Laravel with Pusher or Laravel Echo + WebSockets to push real-time notifications to the kitchen when an order is placed. It works great for live updates, just like Facebook notifications. Let me know if you need setup help

Please or to participate in this conversation.