vortechron/laravel-nightwatcher

Laravel application monitoring package - A fork of Laravel Nightwatch for custom usage.

v1.99.0 2025-07-07 12:18 UTC

README

Laravel Nightwatcher

Introduction

Laravel Nightwatcher is a Laravel application monitoring package forked from Laravel Nightwatch. This package gathers metrics within your Laravel application and provides comprehensive monitoring capabilities.

This is a customized fork that allows for independent development and customization beyond the original Laravel Nightwatch package.

Installation

You can install the package via Composer:

composer require vortechron/laravel-nightwatcher

Usage

After installation, you can start using the package by configuring it in your Laravel application.

Configuration

Publish the configuration file:

php artisan vendor:publish --provider="Vortechron\Nightwatcher\NightwatchServiceProvider"

Contributing

Thank you for considering contributing to Laravel Nightwatcher! Please feel free to submit pull requests or open issues on our GitHub repository.

Code of Conduct

Please be respectful and professional when contributing to this project.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Nightwatcher is open-sourced software licensed under the MIT license.

Credits

This package is a fork of Laravel Nightwatch by Taylor Otwell and the Laravel team.