gtsciences / gt_kickoff
GT College of Sciences Drupal installation kickoff, for a more civilized age. Now with recipes
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 10
Forks: 0
Open Issues: 2
Type:project
pkg:composer/gtsciences/gt_kickoff
Requires
- php: ^8.3
- composer/installers: ^2.3
- cweagans/composer-patches: ^2.0
- drupal/core: ^11.2
- drupal/core-composer-scaffold: ^11.2
- drupal/core-recipe-unpack: ^11.2
- drush/drush: ^13.7
- gtsciences/gt_admin: *
- gtsciences/gt_editorial: *
- gtsciences/gt_seo: *
- gtsciences/gt_sso: ^1.0
- gtsciences/gt_standard: *
- gtsciences/gt_theme: ^2.0
- gtsciences/hg_reader: ^5.0
- oomphinc/composer-installers-extender: ^2.0
- webflo/drupal-finder: ^1.3
- wikimedia/composer-merge-plugin: ^2.1
Requires (Dev)
- chi-teck/drupal-code-generator: ^4.2
- drupal/coder: ^8.3
- drupal/core-dev: ^11.2
- drupal/devel: ^5.4
- drupal/migrate_plus: ^6.0
- drupal/migrate_source_csv: ^3.7
- drupal/upgrade_status: ^4.3
- drupal/views_data_export: ^1.6
- drupal/webprofiler: ^11.1
- kevinquillen/recipe-generator: ^2.0
- mglaman/phpstan-drupal: ^2.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
Conflicts
This package is auto-updated.
Last update: 2025-12-17 15:46:28 UTC
README
Composer and initial configuration starting point for GT College of Sciences Drupal projects, based on minimal or no installation profile and then mixing in recipes.
Drupal Recipes
Drupal Recipes are a way to define a set of modules and configuration that can be installed with a single command. This project calls recipes for installing common configuration and modules to allow lifecycle adaptation without being pinned to a specific base profile.
Will call recipes and modules
- gtsciences/gt-standard — Recipe for common core modules and configuration
- gtsciences/gt-sso — GT SSO auth integration
- gtsciences/gt-admin — Admin UX and tools
- gtsciences/gt-seo — Basic SEO settings
- gtsciences/gt_theme — Modified from IC's GT theme
- gtsciences/gt_tools — Helps with compatibility with campus builds
- gtsciences/hg-reader — Mercury Syndication module using core media
Optional Recipes to include as needed
Not all sites will need everything, so some are not included by default:
- gtsciences/gt-ai — Wrapper for the AI tools already available in Drupal
- gtsciences/gt-social — Recipe for SEO and social linking utilities
- gtsciences/gt-webform — Webform integration, should be seldom used
Useful References
Composer Patches Composer Recipe Unpack Recipes take inpute in 11.1