- Install modules via composer
- composer require drupal/{module_name}
- You can test modules online via simplytest.me
- Drupal Project usage overview
| Module Name | Brief Description |
| devel | Various features and functions for developers. |
| pathauto | automatically generate aliases for the content |
| smtp | SMTP Authentication Support |
| auto_entitylabel | Allows hiding of entity label fields and automatic label creation. |
| entity_reference_views_select | Entity Reference Views displayed as a select list, checkboxes or radio buttons in forms |
| field_permissions | Set field-level permissions to create, update or view fields. |
| node_view_permissions | Enables permissions "View own content" and "View any content" for each content type. |
| paragraphs | Paragraphs entities |
| field_group | Group fields on both form and display |
| webform | Enables the creation of webforms and questionnaires. |
| ds | Display Suite extends the display options for every entity type. |
| adminimal_admin_toolbar | Adminimal styling brought to admin toolbar. |
| contact_storage | Provides storage and edit capability for contact messages. |
| recaptcha | Protect your website from spam and abuse while letting real people pass through with ease. |
| module_filter | Filter the modules list. |
| colorbox | A light-weight, customizable lightbox plugin for jQuery. |