vortechron / laravel-nightwatcher
Laravel application monitoring package - A fork of Laravel Nightwatch for custom usage.
Requires
- php: ^8.2
- ext-zlib: *
- guzzlehttp/promises: ^2.0
- laravel/framework: ^10.0|^11.0|^12.0
- monolog/monolog: ^3.0
- nesbot/carbon: ^2.0|^3.0
- psr/http-message: ^1.0|^2.0
- psr/log: ^1.0|^2.0|^3.0
- symfony/console: ^6.0|^7.0
- symfony/http-foundation: ^6.0|^7.0
Requires (Dev)
- ext-pdo: *
- guzzlehttp/guzzle: ^7.0
- guzzlehttp/psr7: ^2.0
- laravel/horizon: ^5.4
- laravel/pint: 1.21.0
- livewire/livewire: ^2.0|^3.0
- mockery/mockery: ^1.0
- mongodb/laravel-mongodb: ^4.0|^5.0
- orchestra/testbench: ^8.0|^9.0|^10.0
- orchestra/testbench-core: ^8.0|^9.0|^10.0
- orchestra/workbench: ^8.0|^9.0|^10.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^10.0|^11.0
- ramsey/uuid: ^4.0
- spatie/laravel-ignition: ^2.0
- symfony/mailer: ^6.0|^7.0
- symfony/mime: ^6.0|^7.0
- symfony/var-dumper: ^6.0|^7.0
- dev-1.x-log
- 1.x-dev
- v1.99.0
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.1
- v1.9.0
- v1.8.4
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-improve-test-error-handling
- dev-stop-recursion
- dev-vapor-job-attempts
- dev-feat/use-payload-signature
- dev-test-php-8-1
This package is auto-updated.
Last update: 2025-07-07 12:22:51 UTC
README
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.