{"id":14973735,"url":"https://github.com/guratr/nova-command-runner","last_synced_at":"2025-10-27T02:31:30.925Z","repository":{"id":60774541,"uuid":"164503681","full_name":"guratr/nova-command-runner","owner":"guratr","description":"Artisan commands runner for Laravel Nova","archived":false,"fork":false,"pushed_at":"2020-10-21T09:36:46.000Z","size":22,"stargazers_count":43,"open_issues_count":7,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-28T18:01:27.048Z","etag":null,"topics":["laravel","nova","package","php","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guratr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-07T22:02:56.000Z","updated_at":"2024-01-22T18:37:56.000Z","dependencies_parsed_at":"2022-10-04T15:39:56.660Z","dependency_job_id":null,"html_url":"https://github.com/guratr/nova-command-runner","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guratr%2Fnova-command-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guratr%2Fnova-command-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guratr%2Fnova-command-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guratr%2Fnova-command-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guratr","download_url":"https://codeload.github.com/guratr/nova-command-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861968,"owners_count":16555980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","nova","package","php","vuejs"],"created_at":"2024-09-24T13:49:19.651Z","updated_at":"2025-10-27T02:31:25.676Z","avatar_url":"https://github.com/guratr.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Nova tool for running Artisan commands.\n[![Latest Version on Github](https://img.shields.io/packagist/v/guratr/nova-command-runner.svg?style=flat)](https://packagist.org/packages/guratr/nova-command-runner)\n[![Total Downloads](https://img.shields.io/packagist/dt/guratr/nova-command-runner.svg?style=flat)](https://packagist.org/packages/guratr/nova-command-runner)\n\nThis [Nova](https://nova.laravel.com) tool lets you:\n- run \u0026 queue artisan commands\n- specify options for commands\n- get command result\n- view commands history\n\n![screenshot of the command runner tool](https://user-images.githubusercontent.com/1502853/50797697-16c4f100-12ef-11e9-99b0-2bf9736236f1.png)\n\n## Installation\n\nYou can install the nova tool in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:\n\n```bash\ncomposer require guratr/nova-command-runner\n```\n\nNext up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\n\npublic function tools()\n{\n    return [\n        // ...\n        new \\Guratr\\CommandRunner\\CommandRunner,\n    ];\n}\n```\n\nPublish the config file:\n\n``` bash\nphp artisan vendor:publish --provider=\"Guratr\\CommandRunner\\ToolServiceProvider\"\n```\n\nAdd your commands to config/nova-command-runner.php\n\nAvailable options:\n- run : command to run (e.g. `route:cache`)\n- options : array of options for command (e.g. `['--allow' =\u003e ['127.0.0.1']]`)  \n- queue : boolean (will use default settings when true) or array (e.g. `['connection' =\u003e 'database', 'queue' =\u003e 'default']`)\n- type : button class (primary, secondary, success, danger, warning, info, light, dark, link) \n- group: Group name (optional)\n\n## Usage\n\nClick on the \"Command Runner\" menu item in your Nova app to see the tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguratr%2Fnova-command-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguratr%2Fnova-command-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguratr%2Fnova-command-runner/lists"}