Download the PHP package umd_digital/umd_terp_base without Composer

On this page you can find all versions of the php package umd_digital/umd_terp_base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package umd_terp_base

About UMD Terp Base Module

UMD Terp Base is the base module for all UMD drupal 8 projects. It is designed to be installed along with the UMD Terp Theme. This module provides a suite of modules, functions, and configuration to make that theme work as designed.

Installation

Install as you normally would any drupal 8 module.

Via Composer:

Manually

Configuration

Sub Modules

Development

Versioning

Semantic tagging must take place in github for the updates to be able to be pulled via composer. When ready to deploy, create a tag in github up one version from previous, with the starting version being 8.1.0:

Core (base) module issues, patches, etc

All edits, requests, etc should be submitted to the github repo for the UMD Terp Base Module. Please add issues to the issues queue. Patches will be reviewed on a merit and resources available basis.

Frontend

All CSS, JS, etc are based in the UMD Terp Theme. This module contains no frontend styles for any widgets/etc.

Customization

All Configuration for each module is created on install. Technically, you can modify these, though we do not reccomend it. Any future updates for modules will come with a hook to re-install config for that module, so better to leave any existing module config as is. Changes to existing configuration are better done via form_alter hooks, leaving default config in place.

Nodes

Use hook_form_alter(). For example, to remove the "Hide sidebar" boolean from themes that do not need it, in YOUR_CUSTOM_MODULE do the following:

Paragraphs

Use hook_field_WIDGET_TYPE_paragraphs_form_alter(). For example, to remove the "style (light or dark) from a theme that does not need/want it, in YOUR_CUSTOM_MODULE do the following:

Markup/Hook Overrides


All versions of umd_terp_base with dependencies

PHP Build Version
Package Version
Requires drupal/external_data_source Version *
drupal/admin_toolbar Version *
drupal/link_attributes Version *
drupal/paragraphs Version *
drupal/pathauto Version *
drupal/field_group Version *
drupal/metatag Version *
drupal/search_api Version *
drupal/tablefield Version *
drupal/viewsreference Version ^2.0@beta
drupal/webform Version ^6.2@beta
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package umd_digital/umd_terp_base contains the following files

Loading the files please wait ....