yireo/shopware6-admin-auto-login
Composer 安装命令:
composer require yireo/shopware6-admin-auto-login
包简介
Admin autologin plugin
README 文档
README
A plugin that automatically logs you in to the Shopware Administation. Don't use in production ;o
Installation
Install and activate this plugin:
composer require yireo/shopware6-admin-auto-login
And then:
bin/console plugin:refresh bin/console plugin:install --activate YireoAdminAutoLogin
Configuration
Create 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.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-02