Autoload.php file missinig after new installation

Hi,

i installed a cleaned 1.8.0 xibo-cms version.

After vagrant up command without errors, i open the cms to my local address but it shows an error:

Warning: require(/var/www/cms/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/cms/web/index.php on line 29

Fatal error: require(): Failed opening required ‘/var/www/cms/vendor/autoload.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/cms/web/index.php on line 29

What does it means?

Solved launching the following command:

composer install --ignore-platform-reqs

If you are running from the repository directly (which I think you are) then you do need to install the composer dependencies - as they are not committed in the repository. There are some instructions in the readme.

There is also a gulp task for it if you are using gulp.

We build this for you in the final release archive.