This plugin contains some utility functions for managing a Shopware 6 shop.
The current feature set consists of:
- System Status
- Checks PHP Version, MySQL, Queue is working etc.
- Checks for performance optimizations and links documentation
- Cache manager
- Lists App and Http Cache and all folders in var/cache
- Clear specific caches
- Compile theme
- Scheduled Task Manager
- Shows all Scheduled Tasks and can execute one specific
- Edit interval and next execution
- Register Scheduled Tasks
- Queue Manager
- Shows the amount of messages in the queue
- Reset queue
- Log viewer
- Shows the entries of /var/log/*.log files
- Task Logging
- Can be enabled with env
FROSH_TOOLS_TASK_LOGGING=1in.env. This will create a log invar/log/task_logging-xx.log- Set
FROSH_TOOLS_TASK_LOGGING_INFO=1in.envto log all tasks
- Set
- Can be enabled with env
- Feature Flag Manager
- Provides the ability to enable or disable feature flags
- State Machine Visualisation
- basic view of order, transaction and delivery states
- Clone this repository into custom/plugins of your Shopware 6 installation
- Install composer dependencies
shopware-cli extension prepare custom/plugins/FroshTools - Build the assets with
shopware-cli extension build custom/plugins/FroshTools
composer require frosh/tools
composer require store.shopware.com/froshtools
bin/console frosh:env:listLists as json output:
bin/console frosh:env:list --jsonbin/console frosh:env:get APP_URL
http://localhostbin/console frosh:env:get APP_URL --key-value
APP_URL=http://localhostbin/console frosh:env:get APP_URL --json
{
"APP_URL": "http:\/\/localhost"
}bin/console frosh:env:set VARIABLE VALUEbin/console frosh:env:del VARIABLEbin/console frosh:dev:robots-txtbin/console frosh:dev:robots-txt -rbin/console frosh:plugin:updatebin/console frosh:composer-plugin:updatebin/console frosh:user:change:password <username> [<password>]







