Giter VIP home page Giter VIP logo

drupal-webform-wrapper's Introduction

Drupal Webforms Wrapper

This project provides composer tooling around the Drupal Webforms module.

Usage

In order to install the dependencies of this project, you will need to add two upstream repositories to your project as well as some custom composer package definitions. The following commands are available as the setup script below. You can then add the project to you composer project as normal.

Requirements Overview

You will need to add the two following composer repositories:

You will also need to add the following custom packages. For package configuration, please view this projects composer.json.

Setup Script

php -r "copy('https://raw.githubusercontent.com/roygoldman/drupal-webform-wrapper/8.x/drupal-webform-wrapper-setup.php', 'dww-setup.php');"
php dww-setup.php
php -r "unlink('dww-setup.php');"

Once the script is run, you will need to include this project in your repo, using the following.

Add drupal-webform-wrapper

To use this project, you will need to include the repository configuration from this project's composer.json in your project. This allows for the downloading and discovery of the required front-end dependencies.

Once the repositories configuraition is added, simply require this package in your composer project to download the libraries and config.

composer require roygoldman/drupal-webform-wrapper

Advanced Usage

By default the script will add new packages definitions but not wipe out old versions. You can specify the --upstream or -u argument to the script to replace existing package definitions instead of merging versions.

php drupal-webform-wrapper-setup.php --upstream

Support

Support for this project can be found on GitHub.

drupal-webform-wrapper's People

Contributors

richgerdes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.