Configuration
To enable the attributes provided by this package, you need to use the WendellAdriel\Virtue\Commands\Concerns\Virtue
trait to your Commands.
You also need to update the command to not use a $signature
property, but only define the $name
for it. This is to avoid issues with arguments and options defined in the $signature
.
Instead of this:
Update to this:
Last updated