If you are an existing PHPMaker user (using version older than v2019), before upgrading to v2019 (or newer), please read Migrating to v2019 first.v2019 uses Composer to manage required third party packages. If you are not familiar with Composer, please read Introduction - Composer first. You may also want to read:
Re-Introducing Composer, the Cornerstone of Modern PHP AppsMake sure that you enable PHP CLI and install Composer, see System Requirements → Composer for details.To use Composer, please make sure that you are online during the generation process.
After the first generation, Composer will download all the required packages, it may take a long time, please be patient. Later generation will not run “composer update” again unless you enable/disable some features that require third party packages.
Note: The packages downloaded by Composer are put in the “vendor” subfolder under the destination folder of your project. Make sure you upload this “vendor” subfolder to your site together with other generated files.Also read Composer for more information about configuration of local PHP processor.