We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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, ]; }
The text was updated successfully, but these errors were encountered:
@borcherds-ralph
Hi, I just indicated it in Changelog
Please, update Stepanenko3\NovaCommandRunner\CommandRunner to Stepanenko3\NovaCommandRunner\CommandRunnerTool
Stepanenko3\NovaCommandRunner\CommandRunner
Stepanenko3\NovaCommandRunner\CommandRunnerTool
regards
Sorry, something went wrong.
No branches or pull requests
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
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
Generating optimized autoload files
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,
];
}
The text was updated successfully, but these errors were encountered: