A plugin that automatically logs you in to the Shopware Administation. Don't use in production ;o
Install and activate this plugin:
composer require yireo/shopware6-admin-auto-loginAnd then:
bin/console plugin:refresh
bin/console plugin:install --activate YireoAdminAutoLoginCreate a new file config/packages/admin_auto_login.yml with the following contents:
parameters:
admin_auto_login.username: 'admin'
admin_auto_login.password: 'shopware'Obviously, change the credentials to make your own environment.