nova-command-runner
nova-command-runner copied to clipboard
Artisan commands runner for Laravel Nova
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...
when I install the package it doesn't load me the commands even if I remove the comments. and I have the following situation:  I...
I have installed the following package: https://novapackages.com/packages/guratr/nova-command-runner unfortunately it does not show me the commands despite having decompressed them: in config/nova-command-runner.php return [ 'commands' => [ 'Route cache' => ['run'...
Would be great to have options for which user groups have access to this tool and limit access to each command bases on user type.
Hello, I followed the readme and installed everything the way described, however, the view is still empty. Am I doing something wrong here?   
The toast notifications after a successful run don't honor line breaks so everything is crammed into a single line.