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")