Search by

saschahuber / saastemplatecore

saschahuber

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

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

gitlab.com/saschahuber/saas-template-core

Issues

pkg:composer/saschahuber/saastemplatecore

Statistics

Installs: 4 714

Dependents: 1

Suggesters: 0

Stars: 0

3.1.3 2025-03-26 17:56 UTC

This package is auto-updated.

Last update: 2025-05-31 20:15:09 UTC


README

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

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