Linking
Envloom can link the project in your current directory to Envloom so it is served by Nginx with the PHP version you specify.
Why linking matters
Section titled “Why linking matters”Linking a project from the terminal is a fast way to register an existing codebase with Envloom without creating the site manually first in the UI.
Common commands
Section titled “Common commands”loom currentloom link 8.5loom unlinkExample: link the current project with PHP 8.5
Section titled “Example: link the current project with PHP 8.5”From your project directory:
loom link 8.5When you are done:
loom unlinkLinking considerations
Section titled “Linking considerations”loom link <php-version>affects the current project directory (site registration/linking), not your machine-wide PHP CLI selection.- Use
loom php <version>to change the current PHP version for your local environment. - A linked site can still be validated in the UI, including domain/SSL details.