Skip to content

Composer Dependency Error

If you see errors like:

  • vendor/autoload.php missing
  • Composer version conflicts
  • Dependency not found

It usually means Composer dependencies were not installed, or your PHP version is too low.

Common Causes

  • PHP is below 8.2
  • Composer isn’t installed
  • The vendor/ folder is missing

Fix (Developer / Host)

  • Make sure PHP is 8.2+.
  • In the theme folder, run
composer install

If deploying to production, use:

composer install --no-dev --optimize-autoloader
BBI Brandboost
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.