drupal/govnl_project

Project template for GovNL Drupal distribution.

1.0.0 2023-04-04 11:49 UTC

This package is auto-updated.

Last update: 2024-04-20 13:20:40 UTC


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.