opengov / og
Project template for Drupal Open Government project with composer
Installs: 1 108
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- php: >=8
- ext-json: *
- composer/installers: ^1.9.0
- cweagans/composer-patches: ^1.7.0
- drupal/admin_toolbar: 3.4.2
- drupal/advanced_email_validation: 2.0.2
- drupal/autologout: 1.4.0
- drupal/bootstrap_layouts: 5.3.0
- drupal/core: 10.3.13
- drupal/core-composer-scaffold: ^10.0.0
- drupal/csv_serialization: 4.0.0
- drupal/facets: 2.0.9
- drupal/fontawesome: 2.26.0
- drupal/google_analytics: 4.0.2
- drupal/google_tag: 2.0.8
- drupal/honeypot: 2.1.3
- drupal/menu_breadcrumb: 2.0.0
- drupal/metatag: 2.0.0
- drupal/password_policy: 4.0.1
- drupal/pathauto: 1.12.0
- drupal/recaptcha_v3: 2.0.4
- drupal/redirect: 1.9.0
- drupal/redis: 1.7
- drupal/search_api: 1.31.0
- drupal/search_api_solr: 4.3.1
- drupal/simple_sitemap: 4.1.8
- drupal/token_filter: 2.1.0
- drupal/views_bootstrap: 4.4.0
- drupal/webform: 6.2.2
- drush/drush: 12.5.3
- fortawesome/font-awesome: 6.4.2
- oomphinc/composer-installers-extender: ^2.0.0
- opengov/gcweb: dev-master
- symfony/event-dispatcher: ^6.2
- wikimedia/composer-merge-plugin: ^2.0.0
Requires (Dev)
- drupal/core-dev: ^10
Conflicts
This package is auto-updated.
Last update: 2025-03-04 02:44:12 UTC
README
Usage
- Install composer.
Optional - Global composer installation.
If skipping, you may need to replace composer
with php composer.phar
for your setup.
- Create project
composer create-project opengov/opengov-project:dev-master MYPROJECT --no-interaction
- Install using interactive installer, choose
Open Government
as your installation profile.
Scope
The installation profile installs Drupal Core, contributed and custom modules and theme.
Contributed Modules
The following contributed modules are installed as part of the profile
- admin_toolbar
- autologout
- bootstrap_layouts
- ckeditor_codemirror
- csv_serialization
- ctools
- facets
- fontawesome
- google_analytics
- honeypot
- redis
- menu_breadcrumb
- metatag
- pathauto
- redirect
- search_api
- search_api_solr
- simple_sitemap
- token
- token_filter
- views_bootstrap
- webform
Theme
The theme GCWeb is installed and enabled by the profile.