Download the PHP package iqual/drupal-platform without Composer
On this page you can find all versions of the php package iqual/drupal-platform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iqual/drupal-platform
More information about iqual/drupal-platform
Files in iqual/drupal-platform
Package drupal-platform
Short Description Project asset package for the iqual internal developer platform's Drupal integration.
License GPL-2.0-or-later
Informations about the package drupal-platform
iqual Drupal Platform
This is a project asset composer package to be used with the iqual/project-scaffold Composer plugin for creating new or updating existing projects with pre-defined assets.
The bundled assets are for the iqual internal developer platform's Drupal integration. It supports a local (and remote) VS Code setup running docker-compose containers, integrations for Drupal deployments on Kubernetes or Platform.sh and workflows for automation.
Disclaimer: This package is not (yet) intended for public usage and depends on iqual's internal developer platform.
Platform Features
- Local development environment with docker-compose
- VS Code setup with
.devcontainer
- Workflows for Drupal automation using GitHub Actions
- Integration for Kubernetes or Platform.sh
- Drush configuration for SSH proxy
Makefile
commands for project and app tasks
Package Variables
name
: Code name of the project (e.g.iqual
)title
: Title of the project (e.g.iqual AG
)url
: URL to the current remote live deployment (e.g.https://www.iqual.ch
)drupal_spot
: The drupal single point of truth for asset synchronization (e.g.prod
)runtime.php_version
: PHP version of the platform (e.g.8.2
)runtime.db_version
: Database version of the platform (e.g.10.6
)deployment
: Remote deployment integration (e.g.kubernetes
)
Check the documentation for a full list of the Drupal Platform's available package variables.
Managed Assets
List of files that are going to be managed in the destination project by this package.
Added Assets
Assets that are only added if it doesn't exist in the target yet:
Show structure of added assets
Replaced Assets
Assets that are fully managed by the package and will be created if inexistant or otherwise overwritten in the target destination:
Show structure of replaced assets
Merged Assets
Assets that will be merged into existing destination files or added if inexstistant:
Show structure of merged assets
Documentation
- Guides
- Drupal Platform
- Concepts
- Configuration
- Commands
- Repository Structure
- Drupal Development
- Service Deployment
- App Installation
- Automation (CI/CD)
- Docker Images