Download the PHP package guratr/nova-command-runner without Composer
On this page you can find all versions of the php package guratr/nova-command-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nova-command-runner
Laravel Nova tool for running Artisan commands.
This Nova tool lets you:
- run & queue artisan commands
- specify options for commands
- get command result
- view commands history
Installation
You can install the nova tool in to a Laravel app that uses Nova via composer:
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
Publish the config file:
Add your commands to config/nova-command-runner.php
Available options:
- run : command to run (e.g.
route:cache
) - options : array of options for command (e.g.
['--allow' => ['127.0.0.1']]
) - queue : boolean (will use default settings when true) or array (e.g.
['connection' => 'database', 'queue' => 'default']
) - type : button class (primary, secondary, success, danger, warning, info, light, dark, link)
- group: Group name (optional)
Usage
Click on the "Command Runner" menu item in your Nova app to see the tool.
All versions of nova-command-runner with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package guratr/nova-command-runner contains the following files
Loading the files please wait ....