ACSF & Drupal and Your Platform
Platform Vs Site
File Structure
root
├── blt - Contains custom build config files for CI solutions
├── box - Contains DrupalVM Configuration (optional, created by `blt vm`)
├── config - Contains Drupal 8 configuration files
├── drush - Contain drush configuration that is not site or environment specific
├── docroot - The drupal docroot
├── hooks - Contains Acquia Cloud hooks (optional, created by `blt recipes:cloud-hooks:init`)
├── patches - Contains private patches to be used by composer.json
├── reports - Contains output of automated tests; is .gitignored
├── tests - Contains project-level test files and configuration
├── vendor - Contains built composer dependencies; is .gitignoredLast updated
Was this helpful?