You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated parameter for boolean validation type now is boolean.
According to the Laravel documentation, a boolean rule parameter value can be true, false, 1, 0, "1", and "0".
This matters for query parameters since they are always "strings" (part of url) and cannot be boolean.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Generated parameter for boolean validation type now is
boolean
.According to the Laravel documentation, a boolean rule parameter value can be
true
,false
,1
,0
,"1"
, and"0"
.This matters for query parameters since they are always "strings" (part of url) and cannot be
boolean
.Beta Was this translation helpful? Give feedback.
All reactions