opengov / basic
Project template for Drupal 8 GC Basic project with composer
Installs: 47
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- php: >=7.1
- ext-json: *
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.5
- drupal-composer/drupal-scaffold: ^2.5
- drupal/admin_toolbar: ^1.27
- drupal/autologout: ^1.0
- drupal/bootstrap_layouts: ^5.1
- drupal/ckeditor_codemirror: ^2.2
- drupal/console: ^1.0.2
- drupal/core: ^8.7.0
- drupal/csv_serialization: ^1.4
- drupal/facets: ^1.4
- drupal/fontawesome: ^2.14
- drupal/google_analytics: ^2.4
- drupal/honeypot: ^1.29
- drupal/memcache: ^2.0
- drupal/menu_breadcrumb: ^1.11
- drupal/metatag: ^1.10
- drupal/pathauto: ^1.4
- drupal/redirect: ^1.4
- drupal/search_api: ^1.14
- drupal/search_api_solr: ^3.4
- drupal/simple_sitemap: ^3.4
- drupal/token_filter: ^1.1
- drupal/views_bootstrap: ^4.1
- drupal/webform: ^5.4
- drush/drush: ^9.0.0
- fortawesome/font-awesome: ^5.9
- oomphinc/composer-installers-extender: ^1.1
- opengov/gcweb: dev-master
- vlucas/phpdotenv: ^2.4
- w8tcha/ckeditor-codemirror: ^1.17
- webflo/drupal-finder: ^1.0.0
- webmozart/path-util: ^2.3
- zaporylie/composer-drupal-optimizations: ^1.0
Requires (Dev)
- webflo/drupal-core-require-dev: ^8.6.0
Conflicts
- drupal/drupal: *
- symfony/http-foundation: 3.4.24
This package is auto-updated.
Last update: 2025-02-17 07:52:03 UTC
README
This project template provides a starter kit for managing your site dependencies with Composer with an application of the WET-BOEW GCWeb theme.
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 interface, choose Basic as your installation profile. As an alternative, you can also use drush for installation
drush site:install basic
What does the template do?
The template will setup:
- Drupal core in
html/core
directory. - Profiles in
html/profiles
directory. - Contributed modules in
html/modules/contrib
directory. - Libraries for WET-BOEW in
html/libraries
directory. - Themes in
html/themes
directory and enables GCWeb as default theme. settings.php
andservices.yml
inhtml/sites/default
directory.- Drush in
vendor/bin/drush
directory. - DrupalConsole in
vendor/bin/drupal
directory.