Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target class [DrudgeRajen\VoyagerDeploymentOrchestrator\ContentManger\FileSystem] does not exist #36

Open
davidroyo opened this issue Oct 28, 2020 · 1 comment

Comments

@davidroyo
Copy link

davidroyo commented Oct 28, 2020

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!

@scivernet
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants