文件名称:subdomain:验证您的saas应用程序的子域
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-13 00:32:42
php laravel validation subdomain PHP
子域名 验证用户在您的应用程序中提交的子域。 支持Laravel:5.5、5.6、5.7和5.8 安装 composer require laravel-validation-rules/subdomain 用法 use LVR \ Subdomain \ Subdomain ; $ request -> validate ([ 'domain' => [ 'required' , new Subdomain ], ]);
【文件预览】:
subdomain-master
----.scrutinizer.yml(749B)
----src()
--------Subdomain.php(6KB)
----.travis.yml(1KB)
----LICENSE(11KB)
----composer.lock(210KB)
----phpunit.xml(952B)
----README.md(1KB)
----tests()
--------TestCase.php(159B)
--------Feature()
----.gitignore(28B)
----composer.json(821B)