{"id":13561500,"url":"https://github.com/lcatlett/blt-ddev","last_synced_at":"2025-04-28T23:32:46.362Z","repository":{"id":35077964,"uuid":"204246903","full_name":"lcatlett/blt-ddev","owner":"lcatlett","description":"ddev integration with Acquia BLT","archived":false,"fork":false,"pushed_at":"2023-12-28T02:02:13.000Z","size":26,"stargazers_count":17,"open_issues_count":8,"forks_count":11,"subscribers_count":3,"default_branch":"1.x","last_synced_at":"2024-11-04T13:37:36.311Z","etag":null,"topics":["acquia","blt","blt-plugin","ddev","develop","docker","docker-compose","drupal-8"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lcatlett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-08-25T04:42:48.000Z","updated_at":"2024-08-24T23:40:34.000Z","dependencies_parsed_at":"2023-12-28T03:23:06.360Z","dependency_job_id":"94d639e4-cce2-45ad-b4c1-919fd0fbdb02","html_url":"https://github.com/lcatlett/blt-ddev","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":0.09999999999999998,"last_synced_commit":"8e3275bca69cf13169e2e60b8d641a79fb5eb187"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcatlett%2Fblt-ddev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcatlett%2Fblt-ddev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcatlett%2Fblt-ddev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcatlett%2Fblt-ddev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcatlett","download_url":"https://codeload.github.com/lcatlett/blt-ddev/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224138402,"owners_count":17262217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acquia","blt","blt-plugin","ddev","develop","docker","docker-compose","drupal-8"],"created_at":"2024-08-01T13:00:57.608Z","updated_at":"2024-11-11T16:33:59.709Z","avatar_url":"https://github.com/lcatlett.png","language":"PHP","funding_links":[],"categories":["Recipes"],"sub_categories":[],"readme":"Acquia BLT integration with ddev\n====\n\nThis is an [Acquia BLT](https://github.com/acquia/blt) plugin providing [ddev](https://ddev.readthedocs.io) integration.\n\nThis plugin is **community-created** and **community-supported**. Acquia does not provide any direct support for this software or provide any warranty as to its stability.\n\n\n## Quickstart\n\nTo create a new BLT project with ddev integration for local development, run the following commands, replacing `mysite` with your desired BLT project name:\n\n```\ncomposer create-project --no-interaction --no-install drupal/recommended-project mysite\ncd mysite\nsudo sed -i '' -e \"s|web/|docroot/|g\" composer.json\ncomposer require --dev lcatlett/blt-ddev\nblt recipes:ddev --no-interaction\nddev blt setup\n```\n\n## Installation and usage\n\nTo use this plugin on your existing BLT 12 project, you must be using ddev [v1.10.0](https://github.com/drud/ddev/releases/tag/v1.10.0) or newer.\n\nYou can check your version of ddev with `ddev version`.\n\nIn your project, require the plugin with Composer:\n\n`composer require --dev lcatlett/blt-ddev`\n\nInitialize the ddev integration by calling `recipes:ddev`, which is a custom BLT command provided by this plugin:\n\n`blt recipes:ddev`\n\nRunning `blt recipes:ddev` will initialize a .ddev folder as well as BLT configuration in the /blt directory of your project.\n\nThe plugin adds a custom ddev command in the web container which makes the `ddev blt` command available. **All blt commands should be prefixed with `ddev` to ensure it is executed within the docker container**, for example:\n\n`ddev blt setup`\n\n`ddev blt tests`\n\n`ddev blt sync`\n\n`ddev blt sync --environment=ci`\n\n\n# BLT Enhancements\n\n## Behat configuration\n\nBLT makes some assumptions about the local development environment which informs behat testing configuration. This plugin extends the default `blt behat` command to run behat tests in a container as a dedicated service via the `ddev blt behat` command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcatlett%2Fblt-ddev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcatlett%2Fblt-ddev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcatlett%2Fblt-ddev/lists"}