Your rules entry is wrong. It has to be like 'password' => 'required|alpha_dash|min:7'. Look at the Laravel validation docs for more ... ... <看更多>
Search
Search
Your rules entry is wrong. It has to be like 'password' => 'required|alpha_dash|min:7'. Look at the Laravel validation docs for more ... ... <看更多>
If I am not mistaken, Laravel provides size:n rule to validate length of array and/or string. Would be great to include such rule. ... <看更多>
Laravel Version: v5.8.38 (but also present in later versions) PHP Version: 7.3.14-1~deb10u1 Database Driver & Version: Description: I want ... ... <看更多>