tderego / project_starter_media
Collection of recipes to add media types and modules to a starter project.
Requires
- drupal/focal_point: ^2.1
- drupal/media_entity_download: *
- drupal/media_file_delete: ^1.3
- drupal/media_library_edit: ^3.0
This package is auto-updated.
Last update: 2025-04-28 20:27:13 UTC
README
This recipe applies a colletion of Project Starter recipes to configure media types.
Usage
Set "minimum-stability": "dev" in your project composer.json.
Install the recipe in you project. (If you are not using DDEV for your local environment, drop the ddev from the command.)
$ ddev composer require tderego/project_starter_media
Apply the recipe. Be sure to update the paths in the command to match your project.
$ ddev exec -d /var/www/html/web php core/scripts/drupal recipe recipes/project_starter_media
Uppack the recipe to add recipe items to the project composer.json and uninstall the recipe.
$ ddev composer unpack tderego/project_starter_media