nextagencyio / drupalx_setup
Provides initial setup form for DrupalX site configuration
Installs: 361
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/nextagencyio/drupalx_setup
Requires
- php: >=8.1
 - drupal/core: ^10.0 || ^11.0
 
README
This module provides the initial setup form for a DrupalX site configuration.
Overview
DrupalX Setup creates a welcome screen for new installations that allows users to:
- Set the website name
 - Choose a starter template/recipe (or no content)
 - Configure initial site settings
 
The module automatically sets itself as the homepage during installation and redirects back to the site homepage after setup is complete.
Features
- Intuitive setup wizard for DrupalX sites
 - Template/recipe selection with automatic content installation
 - Dynamic options based on available recipes
 - Option to skip content installation
 - Custom homepage configuration
 
Usage
The setup form is automatically displayed when the module is installed. After completing setup, the form will no longer appear as the homepage.
Requirements
- Drupal 10+
 - PHP 8.1+