Handling Specific Numbers | Laravel String Pluralization
Sometimes it is useful to associate a given message number with exactly one number. All of the previous examples have not dealt with the pluralization case when there is no items (when the $number is exactly 0 ). Passing 0 to the previous...