jc-it / yii2-auto-slug-input
将文本字段转换为缩略输入和缩略验证器
v2.0.0
2023-11-28 09:11 UTC
Requires
- php: >=8.0
- kartik-v/yii2-builder: ^1.6.9
- yiisoft/yii2: ~2.0.42
- yiisoft/yii2-bootstrap5: ^2.0.4
Requires (Dev)
- captainhook/plugin-composer: ^5.3
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.2
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- phpunit/phpunit: ^9.5
- ramsey/conventional-commits: ^1.3
- symfony/console: ^5.4.2
- symplify/easy-coding-standard: ^10.0
This package is auto-updated.
Last update: 2024-08-28 10:44:31 UTC
README
安装
安装此扩展的首选方法是通过 composer。
运行以下命令之一:
$ composer require jc-it/yii2-auto-slug-input
或者在您的 composer.json
文件的 require
部分添加以下内容:
"jc-it/yii2-auto-slug-input": "^<latest version>"
to the require
section of your composer.json
file.
待办事项
- 添加测试