Download the PHP package reckless/starter without Composer

On this page you can find all versions of the php package reckless/starter. 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 starter

Drupal 9 Starter Module

A utility module for Drupal 9, adding useful generic functionality.

Functionality

The module provides a lot of useful functionality, some of which needs configuring and some which works without any set up. Here follows a brief summary of functionality.

User login / logout paths

The module allows the default user login / logout paths to be customised - useful for security on a Drupal site with no front-facing user roles.

Copy role permissions

Allows a user role's permissions to be copied to another role, with the option of preserving any existing permissions in the destination role.

Disable direct access of entities

Many content types and taxonomy vocabulary terms should not be directly accessible, for example a banner content type that is used via an entry reference on another content type. This functionality allows entities with a specific path alias (configurable) - best set up via the pathauto module - to not be viewed directly (if attempted, a 404 response is generated).

Redirect aliased entities

If a url alias exists for an entity, the user will always be redirected to that alias (rather than viewing via /node/123, for example).

Exclude content types / bundles from core search

Allows specific content types to be excluded from the Drupal core search.

Pre-populate form fields via request parameters

If enabled, passing a field name and value as a request parameter will pre-populate an entity form, if a matching field is found.

Append vocabulary label to term reference autocomplete field results

If enabled, an autocomplete taxonomy term reference field's results will have the vocabulary appended in square brackets for each match.

Append bundle label to node reference autocomplete field results

If enabled, an autocomplete node reference field's results will have the bundle appended in square brackets for each match.

Twig theme suggestions

Several additional theme suggestions / hooks are added by the module, based on the path alias of the current request - these are added at the page and region levels.

Twig extensions

The following Twig extensions are provided:

Twig filters

The following Twig filters are provided:

Install

Use composer: composer require reckless/starter

Note: Drupal Composer Project (https://github.com/drupal-composer/drupal-project) should be used.


All versions of starter 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 reckless/starter contains the following files

Loading the files please wait ....