I have an existing Laravel application that currently runs only in a traditional server-rendered format. I need it packaged as a lightweight, browser-based “viewer” so users can simply visit a URL and interact with the core screens without any setup or local install. While doing this, I also want built-in push notifications and real-time alerts. Here’s what I’m aiming for: the codebase stays Laravel, but the front-end is streamlined into a single-page experience (Vue or React is fine if that speeds things up). Whenever important events are triggered in the system, users should instantly see live alerts on the page and, if their browser allows it, receive a native push notification. I’m open to whichever stack you prefer—Laravel Echo with Pusher, Firebase Cloud Messaging, or a similar WebSocket service—so long as the result is reliable across modern browsers. Deliverables • Converted web-view version of the existing Laravel app, hosted or ready to deploy • Push notification integration tied to our existing event logic • Real-time in-app alert banner or toast with zero page refresh • Brief setup notes so I can reproduce the build and send future updates I’ll supply the full repository and a list of events that should trigger notifications once we start. Let me know your preferred approach and any relevant projects you’ve completed that used Laravel plus real-time tech.