freshbitsweb / laravel-log-enhancer

Make debugging easier by adding more data to your laravel logs (Laravel 5.6+)
MIT License
346 stars 33 forks source link

Add support for Laravel 9.x #20

Closed eduardlleshi closed 2 years ago

eduardlleshi commented 2 years ago

@gauravmak I've made the changes to support the newest major version of Laravel. While running tests locally I was prompted to update phpunit.xml to the new standard format, so I did that too.

Also updated the Action to include testing for PHP 8.1

gauravmak commented 2 years ago

Done. Thank you for your contribution, Eduard. 🙂