tavib47/drupal-boilerplate

Project template for Drupal projects

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 157

Language:Shell

Type:project

11.0.1 2024-11-18 11:23 UTC

This package is auto-updated.

Last update: 2025-03-18 13:09:42 UTC


README

  1. Create a project
composer create-project tavib47/drupal-boilerplate [project-name] --ignore-platform-reqs --no-interaction
  1. Update project name in .ddev/config.yaml
  2. Customize example.robo.yml
  3. Update README.md
  4. Install Drupal
ddev start
ddev drush site:install pixel_standard --site-name="[project-name]" --account-name=office@example.com --account-mail=office@example.com --site-mail=office@example.com --account-pass=password
  1. Export configuration
ddev drush cex -y