Download the PHP package cubear/cwd_base without Composer

On this page you can find all versions of the php package cubear/cwd_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 cwd_base

Latest Stable Version

cwd_base

Included with https://github.com/CU-CommunityApps/CD-demo ...along with https://github.com/CU-CommunityApps/cwd_project

See also: https://github.com/CU-CommunityApps/cwd_framework

See also: SASS instructions over here: https://github.com/CU-CommunityApps/cwd_base_bootstrap

NOTE: When using with a site created from CD Demo, it's recommended to change the version constraint to exact version you're using when you get to site launch (or during development, if you prefer), so that the base theme doesn't get automatically updated with other packages. (You can always update it "manually" by increasing the version constraint when you wish.)

Misc notes (to organize "later")

Template overrides hint:

Original/Source templates have all sorts of variable info and other details. For example, let's say you have a template called field--field-slider-media.html.twig -- that's a template specifically for field_slider_media. If you want to find the original/source template that's being overridden by this template, look in the template docblock for notes like: override field.html.twig and/or @see field.html.twig ^^ So, look for a template called field.html.twig to find out about variables and other details available to you in this specific field template.

Where to look? Surprise: It depends! Some places to look: core/themes/stable/templates, core/modules/MODULENAME/templates, modules/contrib/MODULENAME/templates

If the template you're looking at doesn't have the aforementioned notes (or a docblock at all), it's trickier to figure out. If you're in a dev environment with twig_debug enabled, you may find some clues in by viewing the page source -- look for HTML comments like this:

^^ The "file name suggestions" are listed from most specific to least specific, so, the last line of the suggestions list is the name of the "original/source" template is called -- then you can hunt around for the original version with variables, etc.


All versions of cwd_base with dependencies

PHP Build Version
Package Version
No informations.
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 cubear/cwd_base contains the following files

Loading the files please wait ....