I came across new play module and I would like add it in my existing play application. Is there any play command associated for this action?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, there is a command for it.
Just run Also read the documentation carefully. |
|||||
|
|
Per Codemwnci at my question (How should I be declaring and exporting modules?), a better way to add modules is when you create your app, like so:
This adds the applications to
to |
||||
|
|