stepanenko3 / nova-command-runner

This Laravel Nova tool lets you run artisan and bash commands directly from Nova 4 or higher.
MIT License
33 stars 14 forks source link

Class bit found #3

Closed rborcherds closed 2 years ago

rborcherds commented 2 years ago

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

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 commented 2 years ago

@borcherds-ralph

Hi, I just indicated it in Changelog

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

regards