Changing task names in Symfony 1.4

(written by lawrence krubner, however indented passages are often quotes). You can contact lawrence at: lawrence@krubner.com, or follow me on Twitter.

In Symfony 1.4, the task “generate-crud” got renamed “generate-module”. I lost a bit of time trying to find that one.

The new form is:

symfony doctrine:generate-module appname modulename modelname

Post external references

  1. 1
    http://oldforum.symfony-project.org/index.php/t/24917/
Source