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
Because of consistency rule that will be introduced soon (#97) command class name, service and command name must adhere to the convention. It could be easy to implement a simple command that will generate them from a command name.
Example ./bin/console fop:dev:generate-names "fop:mydomain:myaction"
will output .
Classname : "Mydomain\MydomainMyAction" (create it in folder xxx, with namespace zzz).
Command name : "fop:mydomain:myaction" (provided by you)
Servicename : "fop.console.mydomain.myaction.command"
Maybe this could help.
I guess it should be a hidden command (not listed in ./bin/console list fop)
It should also be documented in the developper's documentation.
The text was updated successfully, but these errors were encountered:
Because of consistency rule that will be introduced soon (#97) command class name, service and command name must adhere to the convention. It could be easy to implement a simple command that will generate them from a command name.
Example
./bin/console fop:dev:generate-names "fop:mydomain:myaction"
will output .
Maybe this could help.
I guess it should be a hidden command (not listed in
./bin/console list fop
)It should also be documented in the developper's documentation.
The text was updated successfully, but these errors were encountered: