drupal / govnl_project
Project template for GovNL Drupal distribution.
1.0.0
2023-04-04 13:49 UTC
Requires
- composer/installers: ^1.10
- cweagans/composer-patches: ^1.6
- drupal/core-composer-scaffold: ^10.0.0
- drupal/core-project-message: ^10.0.0
- drupal/core-recommended: ^10.0.0
- drupalgovnl/govnl: ^1.0.0
Requires (Dev)
- drupal/coder: ^8.3
- drupal/core-dev: ^10.0.0
- mglaman/phpstan-drupal: ^1.1
- phpspec/prophecy-phpunit: ^2
- phpstan/phpstan: ^1.9
- phpstan/phpstan-deprecation-rules: ^1.0
- squizlabs/php_codesniffer: ^3.6
README
GovNL Drupal Composer Project
Getting started
Create a new project using this composer template.
Change PROJECT_NAME
to the name of your project.
composer create-project drupal/govnl_project PROJECT_NAME -s dev --no-install
Installation
Run `
composer install`
Copy .env.example to .env and set the database configuration settings.
If you have a webserver running you should be able to access your site.
Install with ddev
Change the "name" setting in .ddev/config.yaml to your projects name.
Run:
```ddev start```
```ddev launch```
For more information about ddev see https://ddev.readthedocs.io/en/stable/
## Information
See [GovNL](drupal.org/project/govnl) for more information.