Skip to content

rConfig

vcore-8.1.1 scope: core Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed composer install failures without dev dependencies by conditionally running the IDE helper script.

Changes in this release

Bugfix Medium

composer install --no-dev no longer fails with "There are no commands defined in the ide-helper namespace".

composer install --no-dev no longer fails with "There are no commands defined in the ide-helper namespace".

Source: llm_adapter@2026-06-09

Confidence: high

Full changelog

Fixes

  • composer install --no-dev no longer fails with "There are no commands defined in the ide-helper namespace" (#299, reported in #298).

    The post-autoload-dump script ran php artisan ide-helper:generate unconditionally, but barryvdh/laravel-ide-helper is a dev-only dependency. Under --no-dev the command did not exist and Composer aborted. The script now regenerates the IDE helper only when the package is present, so production-style installs complete cleanly. Dev installs are unchanged.

Upgrade: pull 8.1.1 and run your usual composer install / composer install --no-dev.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track rConfig

Get notified when new releases ship.

Sign up free

About rConfig

Network device configuration management tool.

All releases →

Related context

Earlier breaking changes

  • vcore-8.2.8 Granting Admin role now requires the acting account to already hold Admin role.
  • vcore-8.2.8 `role` field on user create/update validates against fixed set of allowed values.

Beta — feedback welcome: [email protected]