79445008

Date: 2025-02-17 09:57:51
Score: 1
Natty:
Report link

PS C:\wamp64\www\GoFoundMe> php artisan migrate

Illuminate\Contracts\Container\BindingResolutionException

Target class [composer] does not exist.

at vendor\laravel\framework\src\Illuminate\Container\Container.php:961 957▕ 958▕ try { 959▕ $reflector = new ReflectionClass($concrete); 960▕ } catch (ReflectionException $e) { ➜ 961▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e); 962▕ } 963▕ 964▕ // If the type is not instantiable, the developer is attempting to resolve 965▕ // an abstract type such as an Interface or Abstract Class and there is

1 vendor\laravel\framework\src\Illuminate\Container\Container.php:959 ReflectionException::("Class "composer" does not exist")

2 vendor\laravel\framework\src\Illuminate\Container\Container.php:959 ReflectionClass::__construct("composer")

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abed Alhadi