mediacurrent / mc_top_modules
Project template containing the latest modules from Jay's "Top Modules" blog series on Mediacurrent.com
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 2
Open Issues: 0
Type:project
Requires
- bower-asset/ckeditor: 4.5.11
- bower-asset/dropzone: ^5.1
- bower-asset/jquery.easing: ^1.3
- bower-asset/slick-carousel: ^1.7
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6
- drupal-composer/drupal-scaffold: ^2.2
- drupal/admin_toolbar: ^1.23
- drupal/ckeditor_media_embed: ^1.1
- drupal/colorbox: ^1.4
- drupal/commerce: ^2.5
- drupal/components: ^1.0
- drupal/console: ^1.0.2
- drupal/core: ~8.5
- drupal/crop: ^1.5
- drupal/ctools: ^3.0
- drupal/devel: ^1.2
- drupal/entity_browser: ^1.4
- drupal/entity_embed: ^1.0@beta
- drupal/entity_reference_revisions: ^1.4
- drupal/extlink: ^1.0
- drupal/field_group: ^1.0
- drupal/focal_point: ^1.0@beta
- drupal/geolocation: ^1.11
- drupal/google_analytics: ^2.2
- drupal/honeypot: ^1.27
- drupal/linkit: ^4.3
- drupal/media_entity_browser: ^1.0@beta
- drupal/media_entity_image: ^1.2
- drupal/metatag: ^1.4
- drupal/panels: ^4.2
- drupal/paragraphs: ^1.2
- drupal/pathauto: ^1.1
- drupal/redirect: ^1.1
- drupal/scheduler: ^1.0
- drupal/search_api: ^1.7
- drupal/simple_sitemap: ^2.11
- drupal/slick: ^1.0
- drupal/slick_media: ^1.0
- drupal/slick_views: ^1.0@RC
- drupal/stage_file_proxy: ^1.0@alpha
- drupal/taxonomy_access_fix: ^2.5
- drupal/token: ^1.1
- drupal/viewsreference: ^1.2
- drush/drush: ^9.0.0
- oomphinc/composer-installers-extender: ^1.1
- vardot/blazy: 1.8.2.1
- vlucas/phpdotenv: ^2.4
- webflo/drupal-finder: ^1.0.0
- webmozart/path-util: ^2.3
Requires (Dev)
Conflicts
This package is auto-updated.
Last update: 2024-11-05 06:35:28 UTC
README
This project extends the drupal-composer/drupal-project by adding modules from the popular "Top modules" blog series on Mediacurrent.com. Most of the instructions from that project readme apply here as well.
This project is meant as an educational tool that will save you time getting setup.
Installing
The easiest way to get started is to install composer (if you haven't already) and run the following commandL
composer create-project mediacurrent/mc_top_modules
This will download Drupal core, recommended "Top modules" and their dependencies. Once that is done you can install Drupal as normal! Downloaded modules are disabled by default but you can enable then on the "Extend" page within the Drupal admin.