After running this command, review the generated composer.json file to understand the project's organization. All contributed modules and themes are managed through Composer, making them easy to modify.
The custom DrupalX install profile is included directly in the template under the web/profiles/custom/ directory, allowing for straightforward customization. This profile installs various contributed modules without requiring dependencies, so you can uninstall any module as needed.
Quick Install
Our project template comes with DDEV as the default development environment.
Configure DDEV
Run the DDEV configuration:
ddevconfig
Install DrupalX
Run the custom install command to start DDEV, install Composer dependencies, and install the DrupalX standard recipes:
ddevinstall
After the installation, the application will generate a login link to the user admin.
Congratulations on completing the installation of your DrupalX project! Now that your project is set up, it's time to configure and customize it to suit your needs.