Please see the instructions for user installation here.
Put elepay-php-sdk
in the Resource/vendor/
directory
Use the following command to generate autoload in the Resource/vendor/
directory
COMPOSER_VENDOR_DIR=Resource/vendor composer require elestyle/elepay-php-sdk
COMPOSER_VENDOR_DIR=Resource/vendor composer dumpautoload -o
Controller\
Route ControllerEntity\
Database table definition classes, where files ending in 'traits' are used to extend database tablesForm\Type\Admin\ConfigType.php
Plugin setup page for form buildingRepository\
Operation extension classes for database tablesResource\
Static configuration files, resource files, and template filesService\
Tool classService\Method\
Code that executes globally by defaultcomposer.json
Package managementEvent.php
Use the template render event to do the corresponding processingPluginManager.php
Main