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

require.voyager-themes is invalid #32

Open
mrpk-dev opened this issue Oct 27, 2020 · 1 comment
Open

require.voyager-themes is invalid #32

mrpk-dev opened this issue Oct 27, 2020 · 1 comment

Comments

@mrpk-dev
Copy link

php artisan hook:install voyager-themes

require.voyager-themes is invalid, it should have a vendor name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or _. The complete name should match "^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]?|-{0,2})[a-z0-9]+)*$".

  at vendor/composer/composer/src/Composer/Package/Loader/RootPackageLoader.php:149
    145▕         foreach (array_keys(BasePackage::$supportedLinkTypes) as $linkType) {
    146▕             if (isset($config[$linkType])) {
    147▕                 foreach ($config[$linkType] as $linkName => $constraint) {
    148▕                     if ($err = ValidatingArrayLoader::hasPackageNamingError($linkName, true)) {
  ➜ 149▕                         throw new \RuntimeException($linkType.'.'.$err);
    150▕                     }
    151▕                 }
    152▕             }
    153▕         }

      +29 vendor frames
  30  artisan:37
      Illuminate\Foundation\Console\Kernel::handle()

What do you think could be the problem?

@sunkangchina
Copy link

looks themes not work anymore

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