Titel

von Opfer Lamm

The first option is the same as currently. Second option allows to enter a …

Weiterlesen …

Titel

von Opfer Lamm

The first option is the same as currently. Second option allows to enter a …

Weiterlesen …

Titel

von Opfer Lamm

The first option is the same as currently. Second option allows to enter a …

Weiterlesen …

Dateistruktur

Code eingefügt.
Contao Instanz
|
+--- assets
|    |
|     \--- ...
|
+--- config
|    |
|    +--- config.yaml
|    +--- parameters.yaml
|
+--- contao
|    |
|     \--- config
|    |     |
|    |     +--- config.php
|    |
|     \--- dca
|    |     |
|    |     +--- tl_content.php
|    |     +--- tl_page.php
|    |     +--- ...
|    |     +--- ...
|    |     +--- ...
|    |
|     \--- languages
|          |
|           \--- de
|                |
|                +--- default.php
|                +--- exception.php
|                +--- tl_content.php
|                +--- ...
|                +--- ...
|                +--- ...
|
+--- contao-manager
|    |
|     \--- ...
|    |
|    +--- auth.json
|    +--- config.json
|    +--- manager.json
|    +--- users.json
|
+--- files
|    |
|     \--- ...
|
+--- system
|    |
|     \--- ...
|
+--- templates
|    |
|     \--- bundles
|    |     |
|    |      \--- ContaoCoreBundle
|    |           |
|    |            \--- Error
|    |                 |
|    |                 +--- layout.html.twig
|    |
|    +--- be_login.html5
|    +--- be_main.html5
|    +--- ...
|    +--- ...
|    +--- ...
|
+--- var
|    |
|     \--- ...
|
+--- vendor
|    |
|     \--- ...
|
+--- web
|    |
|     \--- ...
|    |
|    +--- .htaccess
|    +--- ...
|
+--- composer.json
+--- composer.lock

Dateistruktur

Code eingefügt.
Contao Instanz
|
+--- assets
|    |
|     \--- ...
|
+--- config
|    |
|    +--- config.yaml
|    +--- parameters.yaml
|
+--- contao
|    |
|     \--- config
|    |     |
|    |     +--- config.php
|    |
|     \--- dca
|    |     |
|    |     +--- tl_content.php
|    |     +--- tl_page.php
|    |     +--- ...
|    |     +--- ...
|    |     +--- ...
|    |
|     \--- languages
|          |
|           \--- de
|                |
|                +--- default.php
|                +--- exception.php
|                +--- tl_content.php
|                +--- ...
|                +--- ...
|                +--- ...
|
+--- contao-manager
|    |
|     \--- ...
|    |
|    +--- auth.json
|    +--- config.json
|    +--- manager.json
|    +--- users.json
|
+--- files
|    |
|     \--- ...
|
+--- system
|    |
|     \--- ...
|
+--- templates
|    |
|     \--- bundles
|    |     |
|    |      \--- ContaoCoreBundle
|    |           |
|    |            \--- Error
|    |                 |
|    |                 +--- layout.html.twig
|    |
|    +--- be_login.html5
|    +--- be_main.html5
|    +--- ...
|    +--- ...
|    +--- ...
|
+--- var
|    |
|     \--- ...
|
+--- vendor
|    |
|     \--- ...
|
+--- web
|    |
|     \--- ...
|    |
|    +--- .htaccess
|    +--- ...
|
+--- composer.json
+--- composer.lock