Dependencies
After Drupal has been installed, let's add the following modules which we will use when interacting with Drupal
Drupal modules
Responsive Images (core)
Media & Media Library (both on core)
Download modules with composer
composer require drupal/devel drupal/admin_toolbar drupal/components drupal/twig_field_value drupal/focal_point drupal/crop drupal/paragraphs drupal/viewsreference drupal/twig_vardumper kint-php/kint
Enable modules
ddev drush en devel admin_toolbar admin_toolbar_tools components twig_field_value focal_point crop paragraphs viewsreference twig_vardumper paragraphs media media_library responsive_image
Last updated