PS D:ProjectsAMii Travels ( Ui - Native - Laravel)AmiiTravelBase> php artisan migrate
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);
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(SpatieLaravelIgnitionIgnitionServiceProvider))
2 vendorlaravelframeworksrcIlluminateContainerContainer.php:904
ReflectionException::("Class "files" does not exist")
To solve this error
My PHP version is 8.2
1