jmslbam/ray-php-errors

Pushes errors that normally would go into the 'debug.log' to Spatie's Ray debugger

v1.1.0 2025-03-19 22:03 UTC

This package is auto-updated.

Last update: 2025-03-19 23:10:59 UTC


README

Pushes errors that normally would go into the error.log or debug.log straight into Spatie's Ray debugger

Installation

composer require jmslbam/ray-php-errors

Activation

Add ( new JMSLBAM\RayPHPErrors\Ray() )->init( true ); somewhere in your PHP code.

Passing true to the init() also shows the error on you screen. For example, with WordPress I pass WP_DEBUG_DISPLAY as argument.