Download the PHP package donquixote/d7-cfr-recommended without Composer
On this page you can find all versions of the php package donquixote/d7-cfr-recommended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download donquixote/d7-cfr-recommended
More information about donquixote/d7-cfr-recommended
Files in donquixote/d7-cfr-recommended
Package d7-cfr-recommended
Short Description Helper package to download the Drupal cfr module with dependencies, without composer_manager.
License
Informations about the package d7-cfr-recommended
d7-cfr-recommended
Meta package to require the most common / recommended cfr-related modules in D7.
Installation
First install your Drupal 7 website with something like https://github.com/drupal-composer/drupal-project/tree/7.x.
composer create-project drupal-composer/drupal-project:7.x-dev some-dir --no-interaction
Create a database, configure your local webserver, and install Drupal 7.
Then require this package:
cd some-dir
composer require donquixote/d7-cfr-recommended
Then enable modules with drush.
cd web
drush en -y entdisp listformat entdisp_example cfrblock cfrpreset cfrop entdispfieldui entity renderkit_ui
See if it works
Create a node.
Visit admin/structure/renderkit/preview
.
Choose and configure a display component.
Choose the theme in which to show the preview.
Hit "Show".
Notes
Some of the components might require other modules to work.
E.g. views
is a good idea to install, but not required for basic functionality.
All versions of d7-cfr-recommended with dependencies
drupal/cfrblock Version *
drupal/cfrop Version *
drupal/cfrpreset Version *
drupal/entdisp Version *
drupal/entdisp_example Version *
drupal/entdispfieldui Version *
drupal/entity Version *
drupal/listformat Version *
drupal/renderkit Version *