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 :
php symfony init-module ulife dashboard
But according to errors you get:
ls -l
in your /apps
?frontend
?edit:
Alright, so you only have a frontend
application. What is ulife then ?
Try this to create your module :
php symfony init-module frontend dashboard