ReflectionClass $concrete is empty or null after upgrade to php8.0.8 – Laravel
Running php artisan passport:install after upgrading from php7.4 to php8.1 throws: Class "" not found error I have tried to bypass this error by checking for isClass before passing $concrete value to ReflectionClass method in Container.php, but this later lead…