Skip to content

zivtech/d9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Drupal 9 setup with Lando

Important files and directories

/web

The web files are located in the /web subdirectory, this facilitates a Composer based workflow.

composer.json

This site is managed by Composer! All core and contrib modules are added to the project via composer.json and composer.lock keeps track of the exact version of each modules (or other dependency). Modules, and themes are placed in the correct directories thanks to the "installer-paths" section of composer.json. composer.json also includes instructions for drupal-scaffold which takes care of placing some individual files in the correct places like settings.pantheon.php.

Please see Updating Drupal core via Composer for additional instructions for updating.

Note that all NPM & Bower packages should be installed using composer via Asset Packagist.

About

Example Drupal 9 with Lando

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published