{"id":18400464,"url":"https://github.com/docksal/boilerplate-drupal10-blt","last_synced_at":"2025-04-12T16:57:17.734Z","repository":{"id":73902970,"uuid":"601362722","full_name":"docksal/boilerplate-drupal10-blt","owner":"docksal","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-09T22:52:12.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T03:07:07.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docksal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"docksal","open_collective":"docksal"}},"created_at":"2023-02-13T22:49:14.000Z","updated_at":"2023-02-14T19:09:31.000Z","dependencies_parsed_at":"2024-05-28T05:43:23.020Z","dependency_job_id":null,"html_url":"https://github.com/docksal/boilerplate-drupal10-blt","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"b7d20f4f6e2945fb17f4d752fd2cf85a80cf19b4"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal10-blt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal10-blt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal10-blt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal10-blt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docksal","download_url":"https://codeload.github.com/docksal/boilerplate-drupal10-blt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248601559,"owners_count":21131609,"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":[],"created_at":"2024-11-06T02:33:36.901Z","updated_at":"2025-04-12T16:57:17.711Z","avatar_url":"https://github.com/docksal.png","language":"PHP","funding_links":["https://github.com/sponsors/docksal","https://opencollective.com/docksal"],"categories":[],"sub_categories":[],"readme":"BLTed powered by Docksal\n====\nA base or sample Drupal 10 project defined by Acquia BLT and powered by Docksal.\n\n## Getting Started\n\nYou must first have [Docksal installed](https://docs.docksal.io/getting-started/) and setup on your computer.\n\nIf you are using an Acquia Cloud production environment, follow instructions for [adding your Acquia Cloud API key](https://docs.docksal.io/tools/acquia-drush/) to the Docksal environment.\n\nTo use this project as a starter, clone this repo to your local machine.\n\nFrom your terminal, go to the directory where you have cloned the repo and enter the following command:\n```\nfin init\n```\n\nA `composer.lock` file and a `salt.txt` file will be generated. These files, along with the docroot directory\nshould be committed to your repository. When complete, you can access the site by running:\n\n```\nfin drush uli\n```\n\nAdditional [BLT documentation](https://docs.acquia.com/blt/) may be useful. You may also access a list of BLT commands by running:\n```\nfin blt\n```\n\nAdditional [Docksal documentation](http://docs.docksal.io) may also be helpful. You can access a list of commands simply by running:\n```\nfin\n```\n\n## Working With a BLT Project\n\nBLT projects are designed to instill software development best practices (including git workflows).\n\nAcquia BLT Developer documentation includes an [example workflow](https://docs.acquia.com/blt/developer/dev-workflow/).\n\n### Important Configuration Files\n\nBLT uses a number of configuration (.yml or .json) files to define and customize behaviors. Some examples of these are:\n\n* blt/blt.yml (formerly blt/project.yml prior to BLT 9.x)\n* blt/local.blt.yml\n* box/config.yml (if using Drupal VM)\n* drush/sites (contains Drush aliases for this project)\n* composer.json (includes required components, including Drupal Modules, for this project)\n\n## Resources\n\n* [BLT Documentation](https://docs.acquia.com/blt/)\n* [BLT GitHub](https://github.com/acquia/blt)\n* [Docksal Documentation](http://docs.docksal.io)\n* [Docksal GitHub](https://github.com/docksal/docksal)\n\n## Acquia Drupal Recommended Project\n\nThis is a project template providing a great out-of-the-box experience for new Drupal 10 projects hosted on Acquia. It is based on the [Drupal Recommended Project](https://github.com/drupal/recommended-project/tree/9.0.x), with the principal difference being the addition of several modules and packages that provide the best possible out-of-the-box experience for Acquia customers.\n\nThis project includes the following packages and configuration:\n* [Drupal core](https://www.drupal.org/project/drupal)\n* [Drupal core scaffold](https://www.drupal.org/docs/develop/using-composer/using-drupals-composer-scaffold)\n* [Acquia CMS](https://github.com/acquia/acquia-cms-starterkit) (Starter kit)\n* [Drush](https://github.com/drush-ops/drush) (Drupal CLI and development tool)\n* [Asset Packagist](https://asset-packagist.org/) repository, package, and configuration\n* [Acquia environment detection](https://github.com/acquia/drupal-environment-detector)\n* [Acquia platform memcache settings](https://github.com/acquia/memcache-settings)\n* Best practices for Drupal development, testing and project architecture\n\nThe Acquia CMS starter kit allows you to install Drupal for a given style of CMS:\n\n| Name  | Description |\n| ------------- | ------------- |\n| Acquia CMS Enterprise Low-code  | The low-code starter kit will install Acquia CMS with Site Studio and a UIkit. It provides drag and drop content authoring and low-code site building. An optional content model can be added in the installation process.  |\n| Acquia CMS Community  | The community starter kit will install Acquia CMS. An optional content model can be added in the installation process.  |\n| Acquia CMS Headless  | The headless starter kit preconfigures Drupal for serving structured, RESTful content to 3rd party content displays such as mobile apps, smart displays and frontend driven websites (e.g. React or Next.js).  |\n\nFor instance, you can remove a provided package by running the following command and committing the changed `composer.json` and `composer.lock` to Git:\n```\ncomposer remove acquia/mysql56\n```\n\n## Next steps\n\nAfter creating your project, you can add additional BLT plugins:\n\n* [BLT Behat](https://github.com/acquia/blt-behat)\n* [Acquia Drupal Spec Tool](https://github.com/acquia/drupal-spec-tool)\n\n## Usage\n\nTo use the Acquia CMS run the command:\n```\nfin exec /var/www/vendor/bin/acms acms:install\n```\n\n\n# License\n\nCopyright (C) 2020 Acquia, Inc.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\n**BLT v13.0.0**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Fboilerplate-drupal10-blt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocksal%2Fboilerplate-drupal10-blt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Fboilerplate-drupal10-blt/lists"}