You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm getting the following error [DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem] does not exist.
Using Laravel Framework 6.18.38
It happens every time i do a require composer require drudge-rajen/voyager-deployment-orchestrator, php artisan optimize, composer dump-autoload... and so.
Illuminate\Contracts\Container\BindingResolutionException : Target class [DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem] does not exist.
at /var/www/vhosts/example.com/example.example.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:805
801|
802| try {
803| $reflector = new ReflectionClass($concrete);
804| } catch (ReflectionException $e) {
> 805| throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
806| }
807|
808| // If the type is not instantiable, the developer is attempting to resolve
809| // an abstract type such as an Interface or Abstract Class and there is
Exception trace:
1 ReflectionException::("Class DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem does not exist")
/var/www/vhosts/example.com/example.example.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:803
2 ReflectionClass::__construct("DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem")
/var/www/vhosts/example.com/example.example.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:803
Please use the argument -v to see more details.
Please help,
Thanks!
The text was updated successfully, but these errors were encountered:
Fixed in pull request 31 (#31).
If you use the composer package: use dev-master instead of the latest version: composer require drudge-rajen/voyager-deployment-orchestrator:dev-master
(Duplicate of #29)
Hi, i'm getting the following error [DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem] does not exist.
Using Laravel Framework 6.18.38
It happens every time i do a require composer require drudge-rajen/voyager-deployment-orchestrator, php artisan optimize, composer dump-autoload... and so.
Please help,
Thanks!
The text was updated successfully, but these errors were encountered: