-
Hey everyone, Please see the stack trace below. I am easily able to reproduce on a fresh, clean install using Laravel 9 on PHP 8.1. To date, I have not been able to use Laravel 9 on PHP 8.1. [2022-06-07 11:34:36] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [] is not defined. at /vendor/laravel/framework/src/Illuminate/Log/LogManager.php:207) [2022-06-07 11:34:36] laravel.ERROR: syntax error, unexpected token ")" {"exception":"[object] (ParseError(code: 0): syntax error, unexpected token ")" at /home/vagrant/code/repo/vendor/symfony/finder/Finder.php:588) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
FYI, this was resolved by updating from Homestead 11 to Homestead 12. |
Beta Was this translation helpful? Give feedback.
-
PHP 8.1.0 |
Beta Was this translation helpful? Give feedback.
FYI, this was resolved by updating from Homestead 11 to Homestead 12.