leaf icon indicating copy to clipboard operation
leaf copied to clipboard

Queue command "config" and "install" not available.

Open VT-nkumar opened this issue 1 year ago • 2 comments

Describe the bug As per documentation, have installed leaf queues. However I am unable to use config or install commands. It is not available but in documentation it was mentioned.

To Reproduce Steps to reproduce the behavior:

  1. leaf install queue
  2. Add $console->register(\Leaf\Queue::commands()); in leaf file
  3. php leaf queue:config

Expected behavior Under config folder queue.php needs to be created and can be configure

Additional context

Command "queue:config" is not defined.

Did you mean one of these?
queue:pause
queue:run

VT-nkumar avatar Jan 26 '24 05:01 VT-nkumar