becklyn/monitoring
Integrates monitoring features for Becklyn apps: injects an uptime-monitor HTML comment with your project name, optionally embeds TrackJS via Twig, and registers a @monitoring namespace for the Becklyn assets bundle.
Integrates all monitoring of Becklyn apps.
project_name: the name of the projecttrackjs: the token for the integration with TrackJS.The bundle automatically adds a <!-- uptime monitor: $project_name --> comment to all HTML responses. Use this for integration into uptime monitors.
If you set a trackjs token, you can include the monitoring JS:
{% block javascripts %}
{{- monitoring_embed() -}}
{# .. your other JS imports #}
{% endblock %}
This bundle registers a @monitoring namespace in the becklyn assets bundle.
How can I help you explore Laravel packages today?