baukasten/ecommerce

There is no license information available for the latest version (0.3.3) of this package.

Add shopping functionality to your baukasten-website

Maintainers

Package info

gitlab.com/php-baukasten/ecommerce

Issues

pkg:composer/baukasten/ecommerce

Statistics

Installs: 2 090

Dependents: 2

Suggesters: 0

Stars: 0

0.3.3 2026-01-08 10:41 UTC

This package is auto-updated.

Last update: 2026-03-08 17:19:51 UTC


README

docker run --rm -v $(pwd)/src:/src -v $(pwd)/tests:/tests -v $(pwd)/vendor:/vendor jitesoft/phpunit phpunit --configuration /tests/phpunit.xml

Composer

Auf Linux Shell oder in Git-Bash

COMPOSER=composer-dev.json composer update --ignore-platform-reqs

Semantic Release Tokens

  1. Personal Token erstellen (https://gitlab.com/-/user_settings/personal_access_tokens)
  2. Projekt Token als 'CUSTOM_PUSH_TOKEN' als CI/CD-Variable anlegen

Nginx Proxy Docker settings

Add new file upload_size.conf in /var/lib/docker/volumes/nginx-data/_data/conf.d with content client_max_body_size 512M;

And run nginx -s reload in nginx container