Illuminate\Contracts\Container\BindingResolutionException
Target class [files] does not exist.
at vendor\laravel\framework\src\Illuminate\Container\Container.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
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(Spatie\LaravelIgnition\IgnitionServiceProvider))
2 vendor\laravel\framework\src\Illuminate\Container\Container.php:904
ReflectionException::("Class "files" does not exist")
Это означает, что файл не существует. Я также попытался очистить кеш конфигурации и маршрутов с помощью CMD, но столкнулся с той же ошибкой. Можете ли вы предоставить решение, или мне нужно изменить версию PHP
at vendor\laravel\framework\src\Illuminate\Container\Container.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
2 vendor\laravel\framework\src\Illuminate\Container\Container.php:904 ReflectionException::("Class "files" does not exist")
[/code] Это означает, что файл не существует. Я также попытался очистить кеш конфигурации и маршрутов с помощью CMD, но столкнулся с той же ошибкой. Можете ли вы предоставить решение, или мне нужно изменить версию PHP