Add instructions to use Droopler Distribution using Composer

Created on 24 April 2024, 2 months ago
Updated 25 June 2024, 7 days ago

Problem/Motivation

The ReadMe file at https://github.com/droptica/droopler_project suggests to use the following command to install Droopler
composer create-project droptica/droopler-project <path> "^8.4"

However, running this would throw an error as there is no version 8.4 for Droopler. Running without the version would install 8.3, which is Droopler 8.3. Furthermore, the installation steps seems to be outdated, as I had to use ddev composer create droptica/droopler-project:^4.0.0-alpha3 to install the distribution as opposed to the instructions in the readme file.

Steps to reproduce

Step 1: Open a terminal
Open a terminal window on your system.
Step 2: Run the command
Run the following command: composer create-project droptica/droopler-project
"^8.4"
Step 3: Observe the error
You should see an error message indicating that version 8.4 is not available for Droopler.
Step 4: Verify the installed version
Run the command without the version specification: composer create-project droptica/droopler-project
This will install version 8.3 of Droopler.

Proposed resolution

Fix the documentation and/or add the steps to install Droopler in the Drupal project page.

πŸ› Bug report
Status

Fixed

Version

4.0

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024