guratr / nova-command-runner

Artisan commands runner for Laravel Nova
MIT License
43 stars 4 forks source link

Any chance this will support Nova 4? #11

Open amanpatel opened 2 years ago

amanpatel commented 2 years ago

I am seeing the following error when I upgraded to Nova 4.

^[[2022-04-07 01:24:01] local.ERROR: Class Guratr\CommandRunner\CommandRunner contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Laravel\Nova\Tool::menu) {"userId":430,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Class Guratr\\CommandRunner\\CommandRunner contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Laravel\\Nova\\Tool::menu) at /Users/apatel/Sites/resonance/patients-api/vendor/guratr/nova-command-runner/src/CommandRunner.php:0)
stepanenko3 commented 2 years ago

I think this repository is abandoned and I am creating a new version for Nova 4 https://github.com/stepanenko3/nova-command-runner

Simply replace composer.json with "stepanenko3/nova-command-runner": "~4.0" Or run composer require stepanenko3/nova-command-runner

PR is welcome