Hawkeye Tenderwolf
Senior Developer, Lullabot
Agenda:
git clone
vs.
composer create-project
drupal/drupal
is a
no/no
When you need code that only exists in the GitHubs...
When you need code that only exists in npm/bower...
Add the Asset-Packagist repo to composer.json "repositories"
Bring in all your favourite customizations:
Database dumps are SO drupal-7
"If an install profile contains a config/sync directory this will be used to install the site."
use drupal console to sanitize the config export for use on other sites
By Hawkeye Tenderwolf