PS C:LARAVEL PROJECTfowambe1> php artisan serve
IlluminateContractsContainerBindingResolutionException
Target class [files] does not exist.
at vendorlaravelframeworksrcIlluminateContainerContainer.php:906
902▕
903▕ try {
904▕ $reflector = new ReflectionClass($concrete);
905▕ } catch (ReflectionException $e) {
➜ 906▕ throw new BindingResolutionException(“Target class [$concrete] does not exist.”, 0, $e);
907▕ }
908▕
909▕ // If the type is not instantiable, the developer is attempting to resolve
910▕ // an abstract type such as an Interface or Abstract Class and there is
1 [internal]:0
IlluminateFoundationApplication::IlluminateFoundation{closure}(Object(LaravelFortifyFortifyServiceProvider), “LaravelFortifyFortifyServiceProvider”)
2 vendorlaravelframeworksrcIlluminateContainerContainer.php:904
ReflectionException::(“Class “files” does not exist”)
I haven’t done anything yet because I’m afraid to spoil everything
Tissare Software is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.