{"id":15173092,"url":"https://gitlab.com/mog33/drupal-composer-advanced-template","last_synced_at":"2025-10-26T05:30:44.384Z","repository":{"id":63878569,"uuid":"6844978","full_name":"mog33/drupal-composer-advanced-template","owner":"mog33","description":"Based on Composer template for Drupal projects.","archived":false,"fork":false,"pushed_at":null,"size":null,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":null,"default_branch":"11.x","last_synced_at":"2025-01-31T15:11:50.232Z","etag":null,"topics":["drupal","drupal10","drupal9"],"latest_commit_sha":null,"homepage":null,"language":null,"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://gitlab.com/uploads/-/system/project/avatar/6844978/drupal.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":null,"support":null}},"created_at":"2018-06-05T22:45:12.590Z","updated_at":"2025-01-10T12:36:21.503Z","dependencies_parsed_at":"2022-11-28T06:47:42.885Z","dependency_job_id":null,"html_url":"https://gitlab.com/mog33/drupal-composer-advanced-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/mog33%2Fdrupal-composer-advanced-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/mog33%2Fdrupal-composer-advanced-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/mog33%2Fdrupal-composer-advanced-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/mog33%2Fdrupal-composer-advanced-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners/mog33","download_url":"https://gitlab.com/mog33/drupal-composer-advanced-template/-/archive/11.x/drupal-composer-advanced-template-11.x.zip","host":{"name":"gitlab.com","url":"https://gitlab.com","kind":"gitlab","repositories_count":4517631,"owners_count":6745,"icon_url":"https://github.com/gitlab.png","version":null,"created_at":"2022-05-30T11:31:42.605Z","updated_at":"2024-07-18T11:24:13.055Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners"}},"keywords":["drupal","drupal10","drupal9"],"created_at":"2024-09-27T10:41:02.967Z","updated_at":"2025-10-26T05:30:38.649Z","avatar_url":"https://gitlab.com/uploads/-/system/project/avatar/6844978/drupal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Composer template for Drupal 10 projects\n\n[![pipeline status](https://gitlab.com/mog33/drupal-composer-advanced-template/badges/9.x/pipeline.svg)](https://gitlab.com/mog33/drupal-composer-advanced-template/commits/9.x-dev)\n\nEnhanced Drupal 10 profile to kickstart a website.\n\n- [What's this?](#whats-this)\n- [What's included / added](#whats-included--added)\n- [Install](#install)\n  - [Requirements](#requirements)\n  - [Grab code and libraries](#grab-code-and-libraries)\n  - [Drupal installation](#drupal-installation)\n    - [Server / remote installation](#server--remote-installation)\n    - [Quick local setup with ddev](#quick-local-setup-with-ddev)\n\n## What's this?\n\nThis project is meant to be a starting point for a developer, not a ready to\nuse Drupal with functionalities.\nFor more advanced profiles see:\n\n- [Varbase](https://www.drupal.org/project/varbase)\n- [Lightning](https://www.drupal.org/project/lightning)\n- [Thunder](https://www.drupal.org/project/thunder)\n- [Social](https://www.drupal.org/project/social)\n- [Commerce](https://www.drupal.org/project/commerce)\n- [and more...](https://www.drupal.org/project/project_distribution?f%5B0%5D=\u0026f%5B1%5D=\u0026f%5B2%5D=sm_core_compatibility%3A9\u0026f%5B3%5D=sm_field_project_type%3Afull\u0026f%5B4%5D=\u0026f%5B5%5D=\u0026text=\u0026solrsort=iss_project_release_usage+desc\u0026op=Search)\n\n## What's included / added\n\n- Third party libraries download with [Asset packagist](https://asset-packagist.org)\n- Drupal basic configuration with Dev / Prod environment, see [Workflow readme](config/README.md)\n- Creates environment variables based on your .env file. See [.env.example](./.env.example), inspired from [drupal-project](https://github.com/drupal-composer/drupal-project)\n- Some [patches for core](./composer.json#L260)\n- A Full [Gitlab-CI support](https://gitlab.com/mog33/gitlab-ci-drupal) for build, tests, code quality, linting, metrics and deploy, see [Gitlab-CI for Drupal](https://gitlab.com/mog33/gitlab-ci-drupal)\n\n## Install\n\n### Requirements\n\nRequire [Composer 2+](https://getcomposer.org) with [Php 8.1+](http://php.net/) and Php modules needed for composer.\n\n### Grab code and libraries\n\nGet and install this project\n\n```bash\ncomposer create-project mog33/drupal-composer-advanced-template:10.x drupal --stability dev --no-interaction\n```\n\nSet **/web** as root of your host (Apache).\n\nOther folders (eg: vendor) should be accessible by Webserver user and not from HTTP.\n\n### Drupal installation\n\n#### Server / remote installation\n\n- Create a database and a user access to this database.\n\n- Fix files and folder permissions of **/web** folder regardless of [Securing file permissions and ownership](https://www.drupal.org/node/244924)\n\n- Edit `.env` and select `SETTINGS_ENVIRONMENT` value, _dev_ will enable development modules and settings\n\n- Install Drupal and choose profile **Use existing configuration**\n\n#### Quick local setup with ddev\n\nThis project include a simple **Docker** stack based on great project [Ddev](https://ddev.readthedocs.io/en/latest/).\n\nInstall [Ddev](https://ddev.readthedocs.io/en/latest/#installation)\n\n**On linux:**\n\n```bash\nmake install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Fmog33%2Fdrupal-composer-advanced-template","html_url":"https://awesome.ecosyste.ms/projects/gitlab.com%2Fmog33%2Fdrupal-composer-advanced-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Fmog33%2Fdrupal-composer-advanced-template/lists"}