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
Yeah, I know I "can't" add methods dynamically. :)
So, I'll explain my situation.
I'm building a software where modules can be added through composer. If a module is installed, sometime a module needs to install something or execute a task, like create directories or alter database tables.
Because of this, I need a manager where I can add installers dynamically :)
Wow! I found Robo and it's awesome!
I'm searching for a tasker where I can add tasks "on-the-fly", like this:
It's something like add tasks in Robo at the beggining, like:
Can I do this?
The text was updated successfully, but these errors were encountered: