docs: add workaround for PHP plugin tool install order with corporate certs#437
Merged
AaronFeledy merged 3 commits intomainfrom Feb 24, 2026
Merged
docs: add workaround for PHP plugin tool install order with corporate certs#437AaronFeledy merged 3 commits intomainfrom
AaronFeledy merged 3 commits intomainfrom
Conversation
… certs As of @lando/php 1.10.0+, tools like Composer are installed before user-defined build_as_root commands, breaking corporate proxy cert workflows. Documents the workaround of disabling automatic tool installation and manually installing after the cert is in place. Closes lando/php#236
✅ Deploy Preview for lando-core ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Docker dockerfile-release-notes has a fragment redirect issue and jeffgeerling.com returns 301 instead of expected 302. Both are external sites we can't control.
Removed version number from composer installation script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

As of
@lando/php1.10.0+, tools like Composer are installed during the build phase before user-definedbuild_as_rootcommands run. This breaks corporate proxy workflows where certs need to be installed before any downloads happen.Adds a warning box to the corporate network tips guide documenting the workaround: disable automatic tool installation and manually install tools after the cert is in place.
Closes lando/php#236
Note
Low Risk
Documentation-only changes plus a minor Netlify deploy-preview link-check configuration tweak; no runtime/product code is modified.
Overview
Adds a warning callout to
lando-corporate-network-tips.mdexplaining that@lando/php1.10.0+ installs tools (e.g., Composer) before userbuild_as_rootsteps, and documents a workaround to disable auto tool installs (e.g.,composer_version: false) and run helper installers after corporate CA certs are added.Updates
netlify.tomllink-checktodoPatternsto include additional patterns and fixes the/v/entry formatting.Written by Cursor Bugbot for commit acd3860. This will update automatically on new commits. Configure here.