This Template is responsible for creating a table of domain objects.
If you modify this template, do not forget to change the overwrite settings
in /Configuration/ExtensionBuilder/settings.yaml:
Resources:
Private:
Templates:
List.html: keep
Otherwise your changes will be overwritten the next time you save the extension in the extension builder
Manual installation
Install
cd "{workingDirectory}";
{composerPath} install --optimize-autoloader
Update
cd "{workingDirectory}";
{composerPath} update --optimize-autoloader
Full command
{manualInstallTip}
Back to list