Download the PHP package codicastudio/artisan without Composer
On this page you can find all versions of the php package codicastudio/artisan. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codicastudio/artisan
More information about codicastudio/artisan
Files in codicastudio/artisan
Download codicastudio/artisan
More information about codicastudio/artisan
Files in codicastudio/artisan
Vendor codicastudio
Package artisan
Short Description A random Codica Studio package.
License MIT
Homepage https://github.com/codicastudio/artisan
Package artisan
Short Description A random Codica Studio package.
License MIT
Homepage https://github.com/codicastudio/artisan
Please rate this library. Is it a good library?
Informations about the package artisan
Laravel Nova tool for running Artisan commands.
This Nova tool lets you:
- run 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 : arrary of options for command (e.g. ['--allow' => ['127.0.0.1']])
- 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 artisan with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
The package codicastudio/artisan contains the following files
Loading the files please wait ....