core
core copied to clipboard
[Extensions] Search and download extensions via Zikula admin interface.
Definitly something for the future :grinning:
It would be great if one does not have to search an AppStore / github but could be able to search and download extensions via the Zikula admin interface.
that would be most excellent. but would require some serious infrastructure.
@cmfcmf Have you seen the system of Wordpress it is imho fantastic.
it's been a goal for quite a while to have an in-application app-store type thing.
@cmfcmf Have you seen the system of Wordpress it is imho fantastic.
No, not yet. I've only tried joomla!, but it is so confusing with more than 100 preinstalled extensions. Now I understand why people working with it buy expensive books...
Composer could be used to do all of this. PageKit seems to do it this way. It needs to be looked into, but this might be a starting point: https://github.com/pagekit/pagekit/blob/develop/app/installer/src/Helper/Composer.php.
Closing since we are now jusing Composer and Flex like Symfony default.