Installation von Drupal mit Composer:
composer create-project drupal-composer/drupal-project:8.x-dev . --stability dev --no-interaction
Wo ist index.php?
#ls -1a
.
..
composer.json
composer.lock
drush
.editorconfig
.env.example
.gitattributes
.gitignore
LICENSE
load.environment.php
phpunit.xml.dist
README.md
scripts
.travis.yml
vendor
web
Neuen Kommentar schreiben