You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I use composer require to add my extended commands, I have to manually copy my chains into ~/.console/chain
I was wondering if we could automate that, since the application knows about my command because I registered them using console.services.yml
So the idea is that we add a mechanism to look inside a folder called chain on the same folder where console.services.yml is found.
Currently, when I use composer require to add my extended commands, I have to manually copy my chains into ~/.console/chain
I was wondering if we could automate that, since the application knows about my command because I registered them using console.services.yml
So the idea is that we add a mechanism to look inside a folder called chain on the same folder where console.services.yml is found.
Example: https://github.com/dennisinteractive/drupal_console_commands/tree/extend_properly
The text was updated successfully, but these errors were encountered: