spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Fix "Package spatie/laravel-ray is not installed" exception #156

Closed patinthehat closed 3 years ago

patinthehat commented 3 years ago

This PR fixes an occasional bug that causes an exception to be thrown when checking the spatie/laravel-ray package version. In the event of an exception, it is now suppressed and a default value for the package version is used.

This should resolve issues #153, #155.

freekmurze commented 3 years ago

Thanks!

jmalko commented 3 years ago

Fixed it for me, thanks so much!