lab/drupal
Oliver Davies 08e65f606e Update configuration files
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-10-13 19:57:49 +01:00
..
recipes Move from drupal-nix-flake-example 2025-09-25 13:38:39 +01:00
tools Update configuration files 2025-10-13 19:57:49 +01:00
web Update configuration files 2025-10-13 19:57:49 +01:00
.envrc Update configuration files 2025-10-10 19:02:42 +01:00
.gitignore Update configuration files 2025-10-13 19:57:49 +01:00
.tmux-sessionizer Move from drupal-nix-flake-example 2025-09-25 13:38:39 +01:00
build-configs.yaml Update Drupal configuration files 2025-10-08 22:18:42 +01:00
clean Update Drupal configuration files 2025-10-08 22:18:42 +01:00
composer.json Move from drupal-nix-flake-example 2025-09-25 13:38:39 +01:00
composer.lock Move from drupal-nix-flake-example 2025-09-25 13:38:39 +01:00
flake.lock Move from drupal-nix-flake-example 2025-09-25 13:38:39 +01:00
flake.nix Update configuration files 2025-10-13 19:57:49 +01:00
phpcs.xml.dist Update configuration files 2025-10-13 19:57:49 +01:00
phpstan.neon.dist Update configuration files 2025-10-13 19:57:49 +01:00
phpunit.xml.dist Update configuration files 2025-10-13 19:57:49 +01:00
README.md Move from drupal-nix-flake-example 2025-09-25 13:38:39 +01:00
start Update Drupal configuration files 2025-10-08 22:18:42 +01:00

drupal-nix-flake-example

Run nix run to start the project.

Run nix develop to enter the dev shell to access PHP and Composer, or use direnv.

Install Drupal:

drush site:install --db-url=mysql://root@127.0.0.1/drupal_nix_flake_example

Add drupal/core-dev to run tests:

composer require --dev drupal/core-dev