Update the Framework

Introduction

The EvoLayer Base framework (xuple/evolayer-base) follows standard semantic versioning. You should regularly update the framework to receive the latest ontology features and AI capabilities.

Step 1 — Updating via Composer

To pull the latest minor or patch release, run the Composer update command:

bash
composer update xuple/evolayer-base --with-dependencies

Step 2 — Resyncing

After updating the package, always resync the frontend assets and regenerate the internal caches:

bash
composer evolayer:resync

Step 3 — Committing the Lock File

Commit your updated composer.lock to version control to guarantee reproducible deployments across your team and production environments.

bash
git add composer.lock
git commit -m "Bump evolayer-base"

Was this page helpful?

Source: xuple/evodevops/resources/js/pages/docs/evolayer-base/how-to/update-the-framework.tsx