Modular Application Architecture - Static assets
- 2018-01-17
- php, extensibility, plugins, static-files, images, css, js, modules, software, design
When developing software, sometimes we need to allow our application to have plugins or modules developed by third parties.
Static files as images, fonts or in general "files" are often part of a plugin. In this article we will se how to deal to them and how to make them available to the core application.