Could be a cache issue? have you tried php artisan config:cache
Jan 22, 2023
4
Level 22
Target class [db.schema] does not exist After upgrading to Laravel 9
After upgrading from Laravel 8 to 9, I get stuck on this error Illuminate\Contracts\Container\BindingResolutionException
Target class [db.schema] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:895
any idea the cause and how to fix ? thanks !
Please or to participate in this conversation.