• thibyprox

    (@thibyprox)


    Hello,

    Before purchasing your plugin, we must be sure that it will be compliant with our environment;
    We use the very famous Bedrock edition (https://roots.io/bedrock/). They provide a compatibility page for plugin authors: https://roots.io/bedrock/docs/bedrock-compatibility/

    On production DISALLOW_FILE_MODS is set to TRUE

    The other specificity is that we use a non persistant infrastructure; It means that only what is contained inside our GitHub repository is deployed on the server; All un-commited files are lost when you deploy the project to production; Your plugin needs to store its information inside the database; or be able to re-create the necessary files if they are missing on the filesystem automatically;

    Our media library is hosted on a cloud remote storage (S3 compliant API) called Scaleway;

    Note that we obviously can’t commit the plugin because it would go against bedrock architecture; Indeed, all dependencies are managed through composer (https://roots.io/bedrock/docs/composer/) and all plugins are updated thanks to https://dependabot.com/

    Can you confirm you plugin does not violate the requirements we told you about (Bedrock + non persistent filesystem)
    Thank you.

  • The topic ‘compliant with my environment’ is closed to new replies.