这将生成随机PIN。
github.com/rahmathullah45/intellipin-package
源代码
问题
安装: 4
依赖项: 0
建议者: 0
安全性: 0
星星: 0
关注者: 2
分支: 0
开放问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 61207dccd9c83ab1ae3a3189eb44ed4598ec8c2f
This package is auto-updated.
Last update: 2024-09-28 11:11:14 UTC
为了安装此包,只需运行以下命令,它将自动发现包资源。
composer require rahmat/intellipin
php artisan migrate
迁移后,将出现以下新表
pins
use Rahmat\Intellipin; RandomPin::generate(); RandomPin::generate(6); //with length
Intellipin是免费软件,根据MIT许可证条款分发。