Illuminate\Contracts\Container\BindingResolutionException
Target class [auth] does not exist.
at vendor\laravel\framework\src\Illuminate\Container\Container.php:940
936▕
937▕ try {
938▕ $reflector = new ReflectionClass($concrete);
939▕ } catch (ReflectionException $e) {
➜ 940▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
941▕ }
942▕
943▕ // If the type is not instantiable, the developer is attempting to resolve
944▕ // an abstract type such as an Interface or Abstract Class and there is
1 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(Yajra\Oci8\Oci8ServiceProvider), "Yaj Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(Yajra\Oci8\Oci8ServiceProvider), "Yajra\Oci8\Oci8ServiceProvider")
2 vendor\laravel\framework\src\Illuminate\Container\Container.php:938
ReflectionException::("Class "auth" does not exist")
Я установил yajra и oci8, затем пытаюсь запустить команду php artisan serve, но выдает ошибку.
at vendor\laravel\framework\src\Illuminate\Container\Container.php:940 936▕ 937▕ try { 938▕ $reflector = new ReflectionClass($concrete); 939▕ } catch (ReflectionException $e) { ➜ 940▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e); 941▕ } 942▕ 943▕ // If the type is not instantiable, the developer is attempting to resolve 944▕ // an abstract type such as an Interface or Abstract Class and there is
2 vendor\laravel\framework\src\Illuminate\Container\Container.php:938 ReflectionException::("Class "auth" does not exist") [/code] Я установил yajra и oci8, затем пытаюсь запустить команду php artisan serve, но выдает ошибку.