bleeping
coder
Projects
JavaScript
TypeScript
Python
C++
C#
Go
Laravel-admin: 表单url类型不能为空
Created on 20 Sep 2017
·
1
Comment
·
Source:
z-song/laravel-admin
表单url类型默认强制验证,不能置空
Source
Most helpful comment
$form->url('xxx')->rules('nullable');
>All comments
$form->url('xxx')->rules('nullable');
Was this page helpful?
0
/ 5 -
0
ratings
Related issues
这是一个靠颜值和理想撑起的项目啊
vlongen
·
3
Comments
avator update error
evans-kim
·
3
Comments
能否添加一个Admin::view()?
piian
·
3
Comments
https挂掉
cdhraesaemer
·
3
Comments
如何把laravel-admin安装在子目录
clock1129
·
3
Comments
Most helpful comment
$form->url('xxx')->rules('nullable');