marcofaul / sw-dev-tool-six-bundle
Helper tool for developing with showpare six
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~7.2
- shopware/platform: ^6.1
Requires (Dev)
- symfony/phpunit-bridge: ^5.0
This package is auto-updated.
Last update: 2025-03-07 04:59:23 UTC
README
Features
- Set administration login token ttl (time to live)
- Disable dal entity caching
- Set default development parameters
- Disables twig cache
- Disable storefront error handling
Installation
composer require marcofaul/sw-dev-tool-six-bundle --dev
This is optional.
Shopware 6 is using flex, so it will be automatically added to your config/bundles.php
:
return [
// ...
MarcoFaul\SwDevToolSixBundle\SwDevToolSixBundle::class => ['all' => true]
// ...
];
Configuration
Simply configure your shop connection over the global config.yml
:
sw_dev_tool_six:
access_token_ttl: P1W
enable_dal_caching: false
shopware:
run_wizard: true
auto_update: false
api_auth_require: false
storefront_csrf: false
twig:
debug: true
Tests
php vendor/bin/simple-phpunit
or
php vendor/bin/phpunit