baukasten / saastemplatecore
There is no license information available for the latest version (0.4.0) of this package.
Bootstrap your SaaS-application
0.4.0
2025-10-08 08:53 UTC
Requires
- ext-dom: *
- baukasten/ecommerce: ^0.3
- baukasten/websitecore: ^0.7
Requires (Dev)
- mikey179/vfsstream: 1.6.11
- mockery/mockery: 1.6.11
- phpunit/phpunit: ^9
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
- Personal Token erstellen (https://gitlab.com/-/user_settings/personal_access_tokens)
- 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