jampire/moonshine-impersonate
MoonShine管理面板的用户模拟
v2.0.3
2024-04-28 06:59 UTC
Requires
- php: ^8.1|^8.2|^8.3
Requires (Dev)
- driftingly/rector-laravel: ^0.20.0
- laravel/pint: ^1.10
- moonshine/changelog: ^1.0
- moonshine/moonshine: ^2.0
- nunomaduro/collision: ^7.5
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0
- pestphp/pest-plugin-type-coverage: ^2.5
- rector/rector: ^0.16.0
Suggests
- moonshine/changelog: Allows storing impersonate actions in the database
Conflicts
README
MoonShine管理面板的用户模拟
简介
本软件包为MoonShine管理面板提供用户模拟(用户切换)功能。用户模拟允许管理员以该用户的身份登录并操作。这有很多用途,例如,当您收到错误报告或问题,并想查看用户看到的确切内容时,模拟用户可以节省大量时间,因为您可以查看他们看到的确切内容。
兼容性
安装
使用composer
安装MoonShine Impersonate
软件包
composer require jampire/moonshine-impersonate
此软件包旨在仅在MoonShine中使用。您首先需要安装它。请阅读有关如何安装和配置MoonShine的文档。
配置
此软件包默认配置即可运行。但您可以发布impersonate.php
配置文件并根据需要进行调整。
php artisan vendor:publish --provider="Jampire\MoonshineImpersonate\ImpersonateServiceProvider" --tag=config
用法
您可以在这里找到软件包文档。
贡献
感谢您考虑为MoonShine Impersonate
项目做出贡献!您可以在这里阅读贡献指南。
行为准则
请阅读并遵守行为准则。
鸣谢
许可证
MoonShine Impersonate
是开源软件,许可协议为MIT许可证。