I can’t add a new module . Module – dashboard, application – ulife
These are the commands that I’ve tried
php symfony generate:module frontend dashboard
php symfony init-module ulife dashboard
symfony init-module ulife dashboard
symfony generate:module frontend dashboard
php generate:module ulife dashboard
Errors are
[pakeException]
Task "generate:module" is not defined.
Or
[Exception]
application "ulife" does not exist
ls -l (of apps folder)
drwxrwxr-x 8 www-data ulifeweb 256 Oct 1 2009 frontend
If :
You should run :
But according to errors you get:
ls -lin your/apps?frontend?edit:
Alright, so you only have a
frontendapplication. What is ulife then ?Try this to create your module :