Download the PHP package tavib47/drupal-boilerplate without Composer

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

Drupal 11 Boilerplate

A comprehensive project template for Drupal 11 development with pre-configured modules and development tools.

Quick Start

1. Create new project from template

2. Edit project details

Edit the project name, description and other details in the following files:

3. Configure DDEV

4. Install Drupal

5. Export configuration

6. Initialize git repository

My Project Name

I. Prerequisites

If you get the Could not connect to a docker provider. Please start or install a docker provider. error you need to add your user to docker group:

II. Project setup

III. Installation

1. First time installation

2. Retrieving the database and files from production or staging

IV. Development

Other scripts

Theme development

Node Version Manager and Node are already installed in the DDEV's web container.

Start a shell session in the web container (ddev ssh) and run the following commands:

Composer

DDEV provides a built-in command to simplify use of PHP’s dependency manager, Composer, without requiring it to be installed on the host machine.

Email Capture and Review (MailHog)

After your project is started, access the MailHog web interface at http://my-project-name.ddev.site:18025, or run ddev launch -m to launch it in your default browser.

Using Development Tools on the Host Machine

Tools that interact with files and require no database connection, such as Git or Composer, can be run from the host machine against the codebase for a DDEV project with no additional configuration necessary.

Xdebug

If you want to use Xdebug with a Drush command:


All versions of drupal-boilerplate with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^2.3
cweagans/composer-patches Version ^1.7
drupal/admin_toolbar Version ^3.5
drupal/ajax_loader Version ^2.1
drupal/anchor_link Version ^3.0
drupal/autologout Version ^2.0
drupal/better_exposed_filters Version ^7.0
drupal/captcha Version ^2.0
drupal/chosen Version ^5
drupal/ckeditor_accordion Version ^2.3
drupal/ckeditor_iframe Version ^3.1
drupal/cookies Version ^1.2
drupal/core-composer-scaffold Version ^11
drupal/core-project-message Version ^11
drupal/core-recipe-unpack Version ^11
drupal/core-recommended Version ^11
drupal/easy_breadcrumb Version ^2.0
drupal/easy_email Version ^3.0
drupal/editor_advanced_link Version ^2.3
drupal/environment_indicator Version ^4.0
drupal/facets Version ^2.0
drupal/field_group Version ^3.6
drupal/genpass Version ^2.1
drupal/gin Version ^5.0
drupal/gin_toolbar Version ^3.0
drupal/google_tag Version ^2.0
drupal/honeypot Version ^2.2
drupal/layout_builder_at Version ^3.0
drupal/layout_builder_operation_link Version ^2.2
drupal/mail_login Version ^4.0
drupal/metatag Version ^2.1
drupal/monolog Version ^3.0
drupal/pathauto Version ^1.13
drupal/rabbit_hole Version ^1.0
drupal/redirect Version ^1.10
drupal/redis Version ^1.10
drupal/remove_username Version ^1.5
drupal/restui Version ^1.22
drupal/search_api Version ^1.35
drupal/svg_image_field Version ^2.3
drupal/symfony_mailer_lite Version ^2.0
drupal/toolbar_language_switcher Version ^2.0
drupal/webform Version ^6.3@beta
drush/drush Version ^13.3
eaudeweb/heavy-lifter Version ^2
noli42/chosen Version ^3.0
tavib47/drupal-pixel-standard Version dev-main
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 tavib47/drupal-boilerplate contains the following files

Loading the files please wait ...