Package dependency?
Permalink
Hello World!
I am wondering if there is a way to define package dependencies in Concrete5. I would like to have my most frequently used stuff in one package, and make that package a 'prerequisite' for some projects, without having to manually keep track of those projects, that use the servicees of this 'favorite' pack. Anyone any ideas, on how to achieve this, or something similar? Thanks!
I am wondering if there is a way to define package dependencies in Concrete5. I would like to have my most frequently used stuff in one package, and make that package a 'prerequisite' for some projects, without having to manually keep track of those projects, that use the servicees of this 'favorite' pack. Anyone any ideas, on how to achieve this, or something similar? Thanks!
I understand. Thanks!
the page redirect addon does that. have a look at it's controller for code sample.
http://www.concrete5.org/marketplace/addons/page-redirect/...
http://www.concrete5.org/marketplace/addons/page-redirect/...
Nice! This is very much like what I want to achieve. I shall take a look into it. Thank you!
You can also embed code to load another package from the installer of one package. But beware that it could all mount up above php execution limits.
There was a thread on this a year or so ago, but no real conclusion. It had thought on other code to solve related parts of the problem.
In the c5 marketplace, the difficulty for developers is commercial dependencies between packages. Frz posted some comments in the above mentioned thread.