Severe error.
When a plugin is installed, the required plugins are being omitted
for example the next plugins require RainLab.Translate y both have the @var array Plugin dependencies
https://github.com/jawainc/simplecontact/issues/45 @jawainc
/**
* @var array Plugin dependencies
*/
public $require = ['RainLab.Translate'];
exaple 1 (ServerPilot)
exaple 2 (SimpleContact)
@LucasZdv Are you on the develop version or the stable version? enableEdgeUpdates in config/cms.php as this issue was supposed to be fixed very recently in #36 (which this is a duplicate of by the way).
Thanks, I have not noticed this option, it works!
Most helpful comment
Thanks, I have not noticed this option, it works!