This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,26 +0,0 @@
### Use PHP Composer without SSH access
Execute most useful Composer actions via the UI even with no SSH access.
* Set up environment variables
* Edit your composer.json
* Run the Install and Update commands
### Install and update dependencies with one click
No need to remember the commands and options you have to run to install dependencies.
Plesk takes care of it with a click of a button.
*Coming soon: No more headaches with partially updated dependencies breaking your
production website. Perform a test run before the execution to make sure
the dependencies can be installed with no issue*.
### Review the installed dependencies and decide if updating them makes sense
Updating dependencies is vital for security but can lead to a broken website.
*Coming soon: Indicators also show if there are security issues with the installed version.*
### Get the right PHP version automatically
* Your website will automatically use the PHP version specified in composer.json.
* Composer is run using the correct PHP handler (not the system default, but the one
that is used by the particular website).
* Coming soon: Plesk chooses the correct PHP version and handler - just log in
via SSH and run the "php" command.