drupal/daisy_cms

Drupal Daisy CMS is a ready-to-use platform built on Drupal core, offering smart defaults to get started quickly and enterprise-grade tools for marketers, designers, and content creators.

0.0.1 2025-04-15 19:13 UTC

This package is auto-updated.

Last update: 2025-04-25 22:37:15 UTC


README

CMS Startkit for DaisyUI

Getting started

Getting started

If you want to use DDEV to run Daisy CMS locally, follow these instructions:

  1. Install DDEV following the documentation
  2. Open the command line and cd to the root directory of this project
  3. Run the following commands:
    mkdir daisy_cms && cd daisy_cms
    ddev config --project-type=drupal11 --docroot=web
    ddev start
    ddev composer create drupal/daisy_cms:1.0.x-dev
    ddev exec --dir=/var/www/html/web/themes/custom/daisy_cms_daisyui "npm install && npm run build"
    ddev launch
    

Daisy CMS has the same system requirements as Drupal core, so you can use your preferred setup to run it locally. See the Drupal User Guide for more information on how to set up Drupal.

Installation options

The Daisy CMS installer offers a list of features preconfigured with smart defaults. You will be able to customize whatever you choose, and add additional features, once you are logged in.

After the installer is complete, you will land on the dashboard.

Documentation

Coming soon ... We're working on Daisy CMS specific documentation.

In the meantime, learn more about managing a Drupal-based application in the Drupal User Guide.

Contributing

Daisy CMS is developed in the open on Drupal.org. We are grateful to the community for reporting bugs and contributing fixes and improvements.

Report issues in the queue, providing as much detail as you can. You can also join the #drupal-cms-support channel in the Drupal Slack community.

Daisy CMS has adopted a code of conduct that we expect all participants to adhere to.

To contribute to Daisy CMS development, see the drupal_cms project.

License

Daisy CMS and all derivative works are licensed under the GNU General Public License, version 2 or later.

Learn about the Drupal trademark and logo policy here.