stepanenko3 / nova-command-runner

This Laravel Nova tool lets you run artisan and bash commands directly from Nova 4 or higher.
MIT License
33 stars 14 forks source link

Optional variables #12

Open fuzaylov opened 1 year ago

fuzaylov commented 1 year ago

Please add support for optional variables. For example:

'variables' => [
    [
        'label' =>  'quantity',
        'field' => 'number',
        'required' => false, // indicates whether this is a required field OR
        'optional' => true, // indicates whether this is an optional field
    ],
stepanenko3 commented 1 year ago

@Fuzaylov, hi. Unfortunately, I don't have time now. But I'm ready to accept PR