You are here

README.txt in Diff 8

Diff module for Drupal 8
-------------------------------------

Allows the user to compare revisions with different layouts.

Requirements
------------------

To use Diff you need to install and activate the
following modules:

 * Entity

And the following libraries dependencies:
 * php-htmldiff-advanced (Used for displaying the comparison as a rendered
   entity)

Installation
------------------

To use all the layout plugins provided by Diff please follow the next steps:

 * Use composer to download the required dependencies. Run:
   "composer require drupal/diff".

 * Follow the link below for more information about composer and Drupal:
   https://www.drupal.org/node/2404989

File

README.txt
View source
  1. Diff module for Drupal 8
  2. -------------------------------------
  3. Allows the user to compare revisions with different layouts.
  4. Requirements
  5. ------------------
  6. To use Diff you need to install and activate the
  7. following modules:
  8. * Entity
  9. And the following libraries dependencies:
  10. * php-htmldiff-advanced (Used for displaying the comparison as a rendered
  11. entity)
  12. Installation
  13. ------------------
  14. To use all the layout plugins provided by Diff please follow the next steps:
  15. * Use composer to download the required dependencies. Run:
  16. "composer require drupal/diff".
  17. * Follow the link below for more information about composer and Drupal:
  18. https://www.drupal.org/node/2404989