Skip to content
Snippets Groups Projects
Select Git revision
  • 3331599-the-update-command
  • 8.x-5.x default
  • 6.0.x
  • 3.0.x
  • 8.x-4.x
  • 8.x-3.x
  • 8.x-2.x
  • 8.x-1.x
  • 8.x-5.13
  • 8.x-5.12
  • 8.x-5.11
  • 8.x-5.10
  • 8.x-5.9
  • 8.x-5.8
  • 8.x-5.7
  • 8.x-5.6
  • 8.x-5.5
  • 8.x-5.4
  • 8.x-5.3
  • 8.x-5.2
  • 8.x-4.10
  • 8.x-5.1
  • 8.x-4.9
  • 8.x-5.0
  • 8.x-4.8
  • 8.x-5.0-beta3
  • 8.x-5.0-beta2
  • 8.x-5.0-beta1
28 results

lightning_core-3331599

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / lightning_core
    4 commits behind, 4 commits ahead of the upstream repository.

    Lightning Core

    Lightning Core provides shared base functionality and APIs for the Lightning distribution of Drupal 8. You probably won't have a reason to install it unless another module requires this one.

    Components

    Lightning Core's components are not enabled by default. You can install them like any other Drupal modules.

    Lightning Contact Form (lightning_contact_form)

    Provides a standard-issue sitewide contact form which stores submissions using the Contact Storage module.

    Lightning Page (lightning_page)

    Provides a simple "Basic page" content type, similar the one installed by Drupal 8's standard profile. Also integrates with the Metatag module, if available.

    Please note: this component is NOT compatible with the Standard Drupal 8 install profile!

    Lightning Roles (lightning_roles)

    Provides a generic way to define responsibility-based user roles centered around content types. For example, a "creator" role can be automatically defined for each content type, with permissions applicable to that content type.

    Lightning Search (lightning_search)

    Uses Search API to provide a standard, turnkey site-wide search index of all your site's content.

    Installation

    This component can only be installed using Composer. To add it to your Drupal code base:

    composer config repositories.drupal composer https://packages.drupal.org/8
    composer require drupal/lightning_core

    Updates

    Lightning Core and its components use the normal Drupal database update system as often as possible. However, there are occasionally certain updates which touch configuration and may change the functionality of your site. These updates are optional, and are performed by a special utility at the command line. This utility is compatible with both Drupal Console and Drush 9 or later.

    To run updates using Drush 9:

    drush update:lightning

    With Drupal Console:

    drupal update:lightning

    Known Issues

    None yet.