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

Class bit found #3

Closed
rborcherds opened this issue May 13, 2022 · 1 comment
Closed

Class bit found #3

rborcherds opened this issue May 13, 2022 · 1 comment

Comments

@rborcherds
Copy link

I have installed and configured this following the instructions and I get the following error when trying to log into Nova

Error Class "Stepanenko3\NovaCommandRunner\CommandRunner" not found

From the composer install process
Lock file operations: 1 install, 0 updates, 0 removals

  • Locking stepanenko3/nova-command-runner (v4.1.0)
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Package operations: 1 install, 0 updates, 0 removals
  • Downloading stepanenko3/nova-command-runner (v4.1.0)
  • Installing stepanenko3/nova-command-runner (v4.1.0): Extracting archive
    Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi

php artisan vendor:publish --provider="Stepanenko3\NovaCommandRunner\ToolServiceProvider"
Copied Directory [/vendor/stepanenko3/nova-command-runner/config] To [/config]
Publishing complete.

From NovaSerfviceProvider.php
public function tools()
{
return [
new \Stepanenko3\NovaCommandRunner\CommandRunner,
];
}

@stepanenko3
Copy link
Owner

stepanenko3 commented May 14, 2022

@borcherds-ralph

Hi, I just indicated it in Changelog

Please, update Stepanenko3\NovaCommandRunner\CommandRunner to Stepanenko3\NovaCommandRunner\CommandRunnerTool

regards

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