Search
 
SCRIPT & CODE EXAMPLE
 

PHP

laravel digits between does not working

You seem to be using digits_between but you need to be using just between.

'item' => 'required|integer|between:1,10',

documentation: https://laravel.com/docs/9.x/validation#rule-between
Comment

PREVIOUS NEXT
Code Example
Php :: php get today at 3pm 
Php :: how to removde product into shop loop via product id 
Php :: pest check url status 
Php :: php foreach multidimensional array recursive 
Php :: laravel list all tbales 
Php :: close route in laravel 
Php :: check mobile number length in php 
Php :: laravel collection every 
Php :: Before Action methoond in Yii 1 controller 
Php :: single sign on php script 
Php :: find in associative array php by property value 
Php :: 1 to many relationship in laravel 
Php :: php ini_set 
Php :: switching between php versions 
Php :: generate report daily weekly monthly php mysql 
Php :: laravel create model for existing table 
Php :: sometimes validation in laravel 
Php :: php mail() 
Php :: php heredoc function 
Php :: laravel 8 model filter 
Php :: artisan app name 
Php :: split date range into weeks php 
Php :: php access multidimensional array by string 
Php :: laravel 8 livewire tutorial 
Php :: Redirect to HTTPS & remove www 
Php :: minecraft uuid generator 
Php :: Print array to a file 
Php :: php crud generator 
Php :: 0 
Php :: show date php by letters 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =