cryptaeve / seat-text
提供明文可服务URL的模块
v2.0.0
2023-12-03 05:55 UTC
Requires
- eveseat/web: ^5.0
This package is auto-updated.
Last update: 2024-09-18 13:22:19 UTC
README
SeAT的模块,允许创建可共享的明文页面
用法
快速安装
Docker安装
打开.env文件(可能位于/opt/seat-docker/.env),并编辑SEAT_PLUGINS变量以包含此包。
# SeAT Plugins
# This is a list of the all of the third party plugins that you
# would like to install as part of SeAT. Package names should be
# comma separated if multiple packages should be installed.
SEAT_PLUGINS=cryptaeve/seat-text
保存.env文件,并运行docker-compose up -d以重启包含新插件的堆栈。根据您拥有的其他插件的多少,这可能需要一段时间才能完成。
您可以通过运行以下命令来监控安装过程:
docker-compose logs --tail 5 -f seat-web
Blade安装
在SeAT目录下(默认:/var/www/seat),输入以下命令:
php artisan down
composer require cryptaeve/seat-text
php artisan vendor:publish --force --all
php artisan migrate
php artisan up
现在,当您登录到'SeAT'时,您应该在左侧看到'SeAT Text'链接。
使用跟踪
为了了解此插件的用法,已经实现了一种非常简单的匿名使用跟踪形式。
关于所使用系统的更多信息请参阅这里