Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-driver / doc / install.rst
1 Installation
2 ============
3
4 To utilize the Drupal Drivers in your own project, they are installed via composer_.
5
6 .. literalinclude:: _static/snippets/composer.json
7    :language: json
8
9 and then install and run composer
10
11 .. literalinclude:: _static/snippets/composer.bash
12    :language: bash
13
14 .. _composer: https://getcomposer.org/
15
16 If you plan on using the Drush driver, then you need to ensure
17 that the behat-drush-endpoint is available in the target Drupal
18 site.  There are two ways to do this:
19
20 1. Copy the files manually.  The project can be found at:
21
22 https://github.com/drush-ops/behat-drush-endpoint
23
24 2. Use Composer.
25
26 If you are using Composer to manage your Drupal site, then
27 you only need to require drupal/drupal-driver and
28 composer/installers, and the behat-drush-endpoint files
29 will be copied to the correct location.