Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • develop
  • main
  • 0.0.1
3 results

Target

Select target project
  • drupal/documentation/eca
1 result
Select Git revision
Show changes
Commits on Source (2)
Showing
with 126 additions and 26 deletions
......@@ -18,9 +18,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0028
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0028
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0028
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0028
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -17,9 +17,19 @@ Version v2
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0009
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0009
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0009
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0009
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -19,9 +19,19 @@ Version v3
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0029
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0029
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0029
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0029
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -19,9 +19,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0016
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0016
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0016
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0016
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -17,9 +17,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0020
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0020
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0020
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0020
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
......@@ -19,9 +19,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0022
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0022
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0022
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0022
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -16,9 +16,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0002
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0002
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0002
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0002
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -16,9 +16,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0012
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0012
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0012
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0012
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -18,9 +18,19 @@ Version v1
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0030
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0030
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0030
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0030
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type
......@@ -18,9 +18,19 @@ Version v2
Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):
```shell
## Import recipe
composer require drupal-eca-recipe/eca_lib_0010
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0010
# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0010
# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0010
# Rebuilding caches is optional, sometimes required:
drush cr
```
## Purpose
......
No preview for this file type