Could not find the autoloader. Did you forget to run 'composer install'

Could not find the autoloader. Did you forget to run 'composer install' in '/srv/vanilla-repositories/vanilla' ?

What does this error refers to? Couldn't figure out.

Comments

  • Sounds as if you have downloaded the source from GitHub. Get the installable zip file from here

  • I'm getting this same error @R_J I want to actually use the master copy from GitHub as it has some patches that I am looking for. How do I go about getting the master copy ready for use?

    I have this in the readme

    ## Building Releases

    Vanilla releases are built using [Phing](https://www.phing.info/) to create a pre-built deploy-ready copies of Vanilla. To build these run the following in the root of the repository.

    ```

    ./bin/release

    ```


    The following dependenies are all required for building a release.

    -  `node`

    -  `yarn`

    -  `php`

    -  `composer`

Sign In or Register to comment.