Resync the Frontend

Introduction

The EvoLayer React stubs are committed directly to your host repository. When you update the xuple/evolayer-base package via Composer, you should synchronize the latest frontend components to your application.

Step 1 — Updating the Package

First, pull the latest package release via Composer:

bash
composer update xuple/evolayer-base

Step 2 — Running the Resync Command

Run the resync command to safely publish the updated frontend files, configuration, and regenerate the Wayfinder and Ontology caches.

bash
composer evolayer:resync
Warning

Do not manually edit files under vendor/xuple/evolayer-base. The resync command is manifest-safe—it updates pristine stubs and skips over any surfaces you have explicitly modified or ejected.

Was this page helpful?

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