Drupal
When it comes to Drupal code, Vortex offers several key components:
- Composer configuration
- Settings management
- Provision script
- Module scaffold with tests scaffold
- Theme scaffold
Included modules
Please note that Vortex is not a Drupal distribution, and it does not aim to provide a full Drupal installation profile or a set of recipes. Instead, it provides you with a minimal set of modules and dependencies to get you started.
Module Name | Description |
---|---|
admin_toolbar | Extends the Drupal Toolbar with drop-down menus for easier access to admin pages. |
clamav | Integrates ClamAV antivirus for file scanning in Drupal. |
coffee | Provides quick access to admin pages through a search bar. |
config_split | Allows exporting and importing different configurations. |
config_update | Tracks and updates configuration changes on your site. |
environment_indicator | Adds a visual indicator for the current environment (e.g., Dev, Prod). |
pathauto | Automatically generates URL/path aliases for content. |
redirect | Provides URL redirection management. |
redis | Integrates Redis caching backend with Drupal. |
search_api | Provides a flexible framework for creating search pages. |
search_api_solr | Integrates Apache Solr with Search API. |
shield | Protects your site with HTTP authentication. |
stage_file_proxy | Serves production files for non-production environments. |