Hallo,
ich möchte zwei Tabellen neu hinzufügen und über das Backend pflegen
ist so angelegtHTML-Code:src/ ??? Resources/ ??? contao/ ??? dca/ ? ??? tl_tb_releases.php ? ??? tl_tb_releases_events.php ??? classes/ ? ??? ReleaseEventCallback.php ??? config/ ??? config.php
die composer.json ist erweitert um:
"autoload": {
"psr-4": {
"App\": "src/"
}
},
Cache geleert ... aber ich sehe nichts.
Muss ich zwingend noch ein Bundle anlegen?
Danke