• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Composer.json is missing in app/vendor

Status
Not open for further replies.

eliv3n

Chevereto Member
Hi guys,
We recently bought this wonderful script and now trying to develop some extra feature to match our requirements.
I wouldn't find composer.json file in the "app/vendor".
Just requesting if you can provide the file so it can save me a lot of time by importing the vendors one by one?

Thank you.
Cheers.
 
Sure, no problem.

Code:
{
    "name": "chevereto/app",
    "description": "Chevereto app",
    "type": "project",
    "authors": [
        {
            "name": "Rodolfo Berrios",
            "email": "inbox@rodolfoberrios.com"
        }
    ],
    "require": {
        "phpmailer/phpmailer": "~6.0",
        "facebook/graph-sdk": "~5.6",
        "aws/aws-sdk-php": "~3.67",
        "google/apiclient": "^2.2",
        "jbroadway/urlify": "~1.1",
        "phpseclib/phpseclib": "~2.0",
        "rackspace/php-opencloud": "~1.16",
        "mobiledetect/mobiledetectlib": "^2.8",
        "abraham/twitteroauth": "~0.9",
        "bocharsky-bw/vkontakte-php-sdk": "~2.0",
        "microsoft/azure-storage-blob": "*",
        "microsoft/azure-storage-table": "*",
        "microsoft/azure-storage-queue": "*",
        "microsoft/azure-storage-file": "*",
        "aliyuncs/oss-sdk-php": "~2.0",
        "gliterd/backblaze-b2": "~1.0"
    },
    "config": {
        "optimize-autoloader": true,
        "vendor-dir": "app/vendor"
    }
}
 
Status
Not open for further replies.
Back
Top