opengov / basic-project
Project template for a basic Government of Canada project with composer
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.1
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.5
- drupal-composer/drupal-scaffold: ^2.5
- drupal/console: ^1.0.2
- drupal/core: ^8.7.0
- drush/drush: ^9.0.0
- opengov/basic: dev-master
- vlucas/phpdotenv: ^2.4
- 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.7.0
Conflicts
- drupal/drupal: *
- symfony/http-foundation: 3.4.24
This package is auto-updated.
Last update: 2025-02-17 07:22:58 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/basic-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.