Closed octoxan closed 11 months ago
In a vanilla Laravel 10 install this package errors if you have xdebug installed, as seen in https://github.com/beyondcode/helo-laravel/issues/42
Adding a version_compare check to change the symfony transport if you're using Laravel 9 vs 10 allows the extension to work in the latest versions of Laravel 10.
Thank you for the PR!
In a vanilla Laravel 10 install this package errors if you have xdebug installed, as seen in https://github.com/beyondcode/helo-laravel/issues/42
Adding a version_compare check to change the symfony transport if you're using Laravel 9 vs 10 allows the extension to work in the latest versions of Laravel 10.