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

kohramach's avatar

Laravel Pulse monitor multiple domains

Hello all,

Is Laravel Pulse able to track multiple domains ? I am running Pulse on a Laravel application and this works nice. Seeing slow queries and exceptions (glad not to many :D ).

However I have multiple Laravel applications, can those application report to a single Pulse installation so that I can see all errors / slow queries etc in a single dashoard ? This gives me a single entry for overviewing issues. Or are there other tools that can archive this.

I know that Sentry etc excists, but as above projects are "hobby" projects, I prefer something free / selfhosted on the server. That's why I like Pulse.

0 likes
1 reply
alden8's avatar

@kohramach

-- centralized Logging and Alerting:

--- configure each Laravel application to send logs and alerts (via email, SMS, etc.) to a central server

--- use a log aggregation tool like Graylog or ELK Stack to collect and analyze logs from all applications

--- create custom dashboards or alerting rules to gain consolidated insights

--- this method offers more flexibility but requires additional setup and maintenance

-- alternatives to Pulse:

--- bugsnag: Similar to Sentry, with a focus on real-time error notification

--- prometheus + Grafana: Open-source monitoring and visualization platform

--- datadog: Freemium option with basic monitoring features

Please or to participate in this conversation.