Download the PHP package mohit-rocks/drupal9-baseimage without Composer

On this page you can find all versions of the php package mohit-rocks/drupal9-baseimage. 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 drupal9-baseimage

Composer template for Drupal projects hosted on amazee.io

This project template should provide a kickstart for managing your site dependencies with Composer. It is based on the original Drupal Composer Template, but includes everything necessary to run on amazee.io (either the local development environment or on amazee.io servers.)

Requirements

OR

Local environment setup - pygmy

  1. Checkout this project repo and confirm the path is in Docker's file sharing config - https://docs.docker.com/docker-for-mac/#file-sharing

  2. Make sure you don't have anything running on port 80 on the host machine (like a web server) then run pygmy up

  3. Build and start the build images:

  4. Visit the new site @ http://drupal9-example-simple.docker.amazee.io

Local environment setup - Lando

This repository is set up with a .lando.yml file, which allows you to use Lando instead of pygmy for your local development environment.

  1. Install Lando.

  2. Checkout the project repo and confirm the path is in Docker's file sharing config - https://docs.docker.com/docker-for-mac/#file-sharing

  3. Make sure you have pygmy stopped. Run pygmy stop to be sure.

  4. We already have a Lando file in this repository, so we just need to run the following command to get Lando up:

  5. Install your Drupal site with Drush:

  6. And now we have a fully working local Drupal site on Lando! For more information on how to deploy your site, check out our documentation or our deployment demo.

What does the template do?

When installing the given composer.json some tasks are taken care of:

Updating Drupal Core

Follow the steps below to update your core files. Scaffolding is managed by Drupal core. See the assets/ directory for more information.

  1. Run composer update drupal/core-recommended drupal/core-dev-pinned --with-dependencies

FAQ

Should I commit the contrib modules I download?

Composer recommends no. They provide argumentation against but also workarounds if a project decides to do it anyway.

How can I apply patches to downloaded modules?

If you need to apply patches (depending on the project being modified, a pull request is often a better solution), you can do so with the composer-patches plugin.

To add a patch to drupal module foobar insert the patches section in the extra section of composer.json:


All versions of drupal9-baseimage with dependencies

PHP Build Version
Package Version
Requires amazeeio/drupal_integrations Version 0.3.5
composer/installers Version 1.11.0
cweagans/composer-patches Version 1.7.0
drupal/core-project-message Version 9.1.7
drupal/core-recommended Version 9.1.7
drupal/lagoon_logs Version 1.1.0
drush/drush Version 10.4.3
zaporylie/composer-drupal-optimizations Version 1.2.0
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 mohit-rocks/drupal9-baseimage contains the following files

Loading the files please wait ....