Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 729 Bytes

File metadata and controls

20 lines (12 loc) · 729 Bytes

Step 1: Installation

Since this module has other dependencies it is mandatory to install it with Composer. Follow the instructions from the Using Composer to manage Drupal site dependencies page to install the module.

After this is setup correctly you can download this package with:

composer require drupal/controller_annotations

You can then enable the module from the admin panel or use Drush to do it:

drush en controller_annotations -y