Skip to content

Instantly share code, notes, and snippets.

View amenity's full-sized avatar

Amenity Applewhite amenity

View GitHub Profile
@amenity
amenity / README.md
Created March 10, 2016 19:35 — forked from Greg-Boggs/README.md
Drupal Site Building Best Practices

Better Drupal Building

  • Custom glue should be accomplished with configuration first and PHP code second.

Configuration Management and Dependencies

  • Use Composer (or Drush Make) to build your project and it's depencies.
  • Store your work in files.
  • Set your config directory above the webroot.
  • Sync UUIDs across all developers.

Theming