This repository has been merged into the monorepo at Goosterhof/brick-inventory-orchestrator under
backend/.
As of 2026-05-17, all active development of the Brick Inventory backend (Laravel 12 API) lives in the orchestrator monorepo. This standalone repository is preserved for historical reference and is no longer maintained.
The orchestrator now ships both backend and frontend as a single Railway service — a multi-stage Dockerfile builds the Vue apps, overlays their dists onto backend/public/, and FrankenPHP serves both surfaces from the same origin. This removes the cross-port CORS/Sanctum complexity the standalone repos had to work around and simplifies deployment to a single image.
- Active development:
Goosterhof/brick-inventory-orchestrator, in thebackend/subdirectory. - Final standalone state: tagged
pre-monorepo-merge-2026-05-17on this repo (commit1f1d30d). - Pre-merge history: preserved in the monorepo via
git subtree add—git log --followagainst anybackend/<path>file in the orchestrator reaches commits that originated here.
Please file new issues and pull requests against the orchestrator. This repository is archived; issues filed here will not be reviewed.