Is there a way to log php errors in ray ? #726
Answered
by
jmslbam
valentin-pellegrin
asked this question in
Q&A
-
When working with logs, native PHP errors are essential and often logged in a specific file. |
Beta Was this translation helpful? Give feedback.
Answered by
jmslbam
Mar 19, 2025
Replies: 2 comments 4 replies
-
At least in the Laravel implementation, you can enable Log | Error output in the ray config ray.php:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@valentin-pellegrin could this help you? Cuz I wrote this, this week https://github.com/jmslbam/ray-php-errors which logs the PHP errors |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
valentin-pellegrin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@valentin-pellegrin could this help you?
Cuz I wrote this, this week https://github.com/jmslbam/ray-php-errors which logs the PHP errors