Skip to content

ock-php/ock-mono

Repository files navigation

OCK Monorepo

This is a monorepo for the OCK project. It contains stand-alone composer packages, and Drupal modules.

It also contains a Drupal installation powered by ddev.

About OCK

OCK stands for "Object Construction Kit". It provides configuration-driven object composition.

A main current target platform is Drupal. However, a lot of the code is published as stand-alone composer packages, which could be used outside of Drupal.

Development: Local installation

# Start ddev, if not already done.
ddev start

# Download dependencies.
ddev composer install

# Install Drupal from existing configuration.
ddev drush si --existing-config

# Get the Umami default content.
ddev drush pmu demo_umami_content
ddev drush en demo_umami_content

# (optional) Generate a login link.
ddev drush uli --no-browser

About

Object Construction Kit Monorepo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages