Module skeleton: metadata, composer and structureΒΆ

In order to create a working OXID eShop module, you have to create a certain file structure inside your module and use certain metadata files.

Note

The file composer.json is only necessary if you want to use composer to install a module, add dependencies or autoload PHP files.