quantum-quill-coder/craft-stop-words

使用我们的独家插件轻松增强Craft的slugs!自动从URL中移除停用词,以获得干净、SEO友好的网址和改进的用户体验。

安装: 126

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:craft-plugin

v1.0 2023-11-25 23:28 UTC

This package is auto-updated.

Last update: 2024-09-26 05:47:46 UTC


README

使用我们的独家插件轻松增强Craft的slugs!自动从URL中移除停用词,以获得干净、SEO友好的网址和改进的用户体验。

要求

此插件需要Craft CMS 4.3.5或更高版本,以及PHP 8.0.2或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

转到项目控制面板中的插件商店,搜索“stop-words”,然后点击“安装”。

使用Composer

打开您的终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require quantum-quill-coder/craft-stop-words

# tell Craft to install the plugin
./craft plugin/install stop-words