Loky Hi folks... Is there a way to cross extension ? Like a kind of : "if this extension is activated then .. else ..." Thanks for any tips
luceos Yes that's possible within the code. In fact we already use it .. (searches) Load ExtensionManager via IoC: https://github.com/flagrow/byobu/blob/master/src/Access/PostPolicy.php#L35 Test whether extension is enabled: https://github.com/flagrow/byobu/blob/master/src/Traits/ProvidesAccess.php#L42 There's also a method get() that only returns extensions that have been installed.