Hi all,
following some guidelines, I have changed the structure of my application. Now it has a structure like this:
- module / blog
- pages
- categories
- contents
- tags
- module / gallery
- albums
- images
- packages / utility
- image
- string
- tag
All works very well! The problem is that I want to share this code as open source, but all must be installed in order to work because the blog module uses the utility packages and the gallery module.
There exists a way to check of a module o a package is already installed?