nova-command-runner icon indicating copy to clipboard operation
nova-command-runner copied to clipboard

Artisan commands runner for Laravel Nova

Results 7 nova-command-runner issues
Sort by recently updated
recently updated
newest added

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: ![Schermata 2021-02-02 alle 09 35 16](https://user-images.githubusercontent.com/68549721/106573469-f8676900-6539-11eb-9ba0-3f4dcae0c7a1.png) 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? ![image](https://user-images.githubusercontent.com/18422096/53164528-ab9a5a00-35d0-11e9-8155-6fcc55893fb0.png) ![image](https://user-images.githubusercontent.com/18422096/53164555-be149380-35d0-11e9-8db8-ec31f3568c85.png) ![image](https://user-images.githubusercontent.com/18422096/53164498-9c1b1100-35d0-11e9-989d-d3d14e9db8f7.png)

The toast notifications after a successful run don't honor line breaks so everything is crammed into a single line.