Ik probeer te upgraden naar 2.20, maar krijg een foutmelding:
root@firefly:/opt/firefly# php artisan migrate --seed
Illuminate\Contracts\Container\BindingResolutionException
Target class [hash] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:1019
1015▕
1016▕ try {
1017▕ $reflector = new ReflectionClass($concrete);
1018▕ } catch (ReflectionException $e) {
➜ 1019▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
1020▕ }
1021▕
1022▕ // If the type is not instantiable, the developer is attempting to resolve
1023▕ // an abstract type such as an Interface or Abstract Class and there is
+13 vendor frames
14 app/Exceptions/Handler.php:231
Illuminate\Auth\AuthManager::__call()
+3 vendor frames
18 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
Ik kreeg deze melding ook toen ik naar 2.19 wilde upgraden en heb toen een restore gedaan.
EDIT: Zie dat ik een move van de bestanden moet doen en geen copy. Nogmaals proberen...
[
Voor 3% gewijzigd door
Villager op 02-07-2025 14:37
]