I have written 4 PHP Applications using Zend Framework 2 with 1 module in each of them. All these PHP applications have the same header, footer and layout, but different content in them. Each module serves it's own purpose.
What is the best way to share css, js and images across these 4 applications, instead of duplicating them in each module?
Thanks,