Ordnerstruktur für Contao 4.0 oder neuer

Bei Contao 4.0 gibt es ein paar Änderungen. Contao Module sind jetzt Symfony Bundles und benötigen eine entsprechende Ordnerstruktur.

Ordnerstruktur eines Bundles

- src
- composer.json
--- ContaoManager
------ Plugin.php
--- DependencyInjection
------ DemoExtension.php
--- Controller
--- Classes
--- Modules
--- Widgets
--- Resources
------ contao
--------- config
------------ congig.php
--------- dca
--------- languages
------------ de
--------- templates
------ config
--------- routing.yml
--------- services.yml
--- DemoBundle.php

Zurück