Closed DanielFatkic closed 3 years ago
I have added ray('my test') to my index.php file, but it's showing "helpers.php:21" from the ray package as file where it was called.
The same happens if I call ray('my test from ' . __CLASS__ ); from several different files.
ray('my test from ' . __CLASS__ );
My environment: OSX with MAMP Pro 5.7
Sorry, this is actually a duplicate of https://github.com/spatie/ray/issues/8 , I haven't noticed that I was in the laravel-ray project ðŸ¤
I have added ray('my test') to my index.php file, but it's showing "helpers.php:21" from the ray package as file where it was called.
The same happens if I call
ray('my test from ' . __CLASS__ );
from several different files.My environment: OSX with MAMP Pro 5.7