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.
Requires
- composer/installers: ^2.3
- cweagans/composer-patches: ^1.6.0
- drupal/coder: ^8.3
- drupal/core-composer-scaffold: ^11.1.1
- drupal/core-project-message: ^11.1.1
- drupal/core-recommended: ^11.1.1
- drupal/daisy_cms_content_type_base: 1.0.x-dev
- drupal/daisy_cms_image: 1.0.x-dev
- drupal/daisy_cms_layout_builder: 1.0.x-dev
- drupal/daisy_cms_remote_video: 1.0.x-dev
- drupal/daisy_cms_starter: 1.0.x-dev
- drupal/drupal_cms_accessibility_tools: ~1.1.0
- drupal/drupal_cms_ai: ~1.1
- drupal/project_browser: @alpha
- drupal/recipe_installer_kit: ^1-alpha3@alpha
- drupal/webform: @beta
- drush/drush: ^13
Conflicts
README
CMS Startkit for DaisyUI
Getting started
Getting started
If you want to use DDEV to run Daisy CMS locally, follow these instructions:
- Install DDEV following the documentation
- Open the command line and
cd
to the root directory of this project - 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.