Download the PHP package centarro/commerce_kickstart without Composer

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

CONTENTS OF THIS FILE

INTRODUCTION

Commerce Kickstart is the fastest way to start building on Drupal Commerce. It includes an installation profile for installing Drupal, Commerce Core, and the Centarro Commerce contributed modules and themes.

The installer includes an additional step where you can install either a full demo store for evaluation purposes or enable the individual features you need to start building and launch your store today!

REQUIREMENTS

Your development and hosting environments must be capable of running Drupal 11:

https://www.drupal.org/docs/system-requirements

We strongly recommend using DDEV-Local for local development and a Drupal optimized Platform-as-a-Service (e.g. Acquia, Pantheon, or Platform.sh) for hosting your site. Centarro offers consulting, development, and managed services if you need help deciding how to build, launch, or run your store.

Commerce Kickstart must be installed and updated via Composer to properly build the codebase and fetch new versions of Drupal and third-party dependencies.

RECOMMENDED MODULES

Commerce Kickstart includes all of the Centarro Commerce contributed modules. These are maintained by Centarro, the company behind Drupal Commerce, to conform to the same development and documentation standards as Commerce Core.

Additional Drupal modules and themes may be installed via Composer to add new features to your store. Search for modules compatible with Drupal 11 on drupal.org to see what's available, and filter your search results to those in the Commerce Core ecosystem to find modules that extend Drupal Commerce.

INSTALLATION

We recommend installing with our Composer project template, but you can also add Commerce Kickstart as a requirement to any Drupal project template. For full instructions, please refer to centarro/commerce-kickstart-project.

If creating a project of a pre-release or development version, use the -s flag to set the appropriate stability level:

If you expect to install the full demo store, you will need to add the Commerce Kickstart Demo recipe to your codebase. To do so, issue the two following commands:

We recommend and support DDEV-Local for local development. Change into the newly created directory and use the following commands to launch the site:

CONFIGURATION

Configuration occurs in the installer and then as needed throughout the Drupal administrative interface. This distribution includes the Commerce Store Wizard module and a go-live checklist provided by the Centarro Toolbox module to guide you through various aspects of Drupal Commerce configuration.

Commerce Kickstart includes the Config Splits module to support different configurations per environment. The default config directory created in the root project folder includes a splits subdirectory with a directory and config split specific to DDEV environments. After installing your site, if you are developing on DDEV, you can either import the DDEV specific configuration via the user interface at /admin/config/development/configuration/config-split or import via drush:

COMMERCIAL SUPPORT

Centarro offers a full range of consulting and support services for merchants doing business on Drupal Commerce, including managed hosting, maintenance, and support for Commerce Kickstart sites. For more information, contact Centarro at [email protected] or via contact form on https://www.centarro.io.

MAINTAINERS

Current maintainers:

This project has been sponsored by:


All versions of commerce_kickstart with dependencies

PHP Build Version
Package Version
Requires drupal/core Version ^11
drupal/recipe_installer_kit Version ^1.0.0-alpha3
drupal/commerce_kickstart_base Version ^1
drupal/config_rewrite Version ^1.4
drupal/config_split Version ^2.0@beta
drupal/symfony_mailer Version ^1.2
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 centarro/commerce_kickstart contains the following files

Loading the files please wait ....