
web框架
文章平均质量分 56
m0_37678007
这个作者很懒,什么都没留下…
展开
-
Your requirements could not be resolved to an installable set of packages
Problem 1 - topthink/think-testing v2.0 requires topthink/framework 5.1.x-dev -> found topthink/framework[5.1.x-dev] but it does not match your minimum-stabilit - topthink/think-testing[v2.0.1, ..., v2.0.5] require topthink/framework 5.1.* -&g..原创 2021-08-17 09:29:49 · 760 阅读 · 0 评论 -
laravel 常用表单验证
laravel 常用表单验证 return [ 'accepted' => '必须为yes,on,1,true', 'active_url' => '是否是一个合法的url,基于PHP的checkdnsrr函数,因此也可以用来验证邮箱地址是否存在', 'after:date' => '验证字段必须是给定日期后的值,比如required|date|after:tomorrow,通过PHP函数strtotime来验证', 'after_or_equal:date原创 2020-07-20 20:31:09 · 391 阅读 · 0 评论