Search
 
SCRIPT & CODE EXAMPLE
 

PHP

email or phone required in laravel

        $request->validate([
            'name' => 'required',
            'email' => 'required_without:mobile_no',
            'mobile_no' => 'required_without:email'
        ]);
Comment

PREVIOUS NEXT
Code Example
Php :: request update password laravel 
Php :: trim specific character from strin using php 
Php :: url() inside laravel config files 
Php :: carbon greater than 
Php :: replace text in string php 
Php :: how to maintain serial number in pagination in laravel blade 
Php :: laravel route param blade 
Php :: laravel sanctum axios Unauthenticated 
Php :: throwable php 
Php :: is replace case sensitive php 
Php :: wp reserved image size name 
Php :: cambiare pagina php 
Php :: check what kind of file was uploaded php 
Php :: array php 
Php :: php typeof 
Php :: excel return integer from date column laravel 
Php :: default language laravel 
Php :: Termlaravel validation exists array data 
Php :: laravel run all seeders 
Php :: laravel where in array 
Php :: how to check if all values in an array are equal php 
Php :: php replace br 
Php :: php add array to array 
Php :: php find if string contains words from list index 
Php :: php regex replace to remove special characters and accented 
Php :: filter array in php with passing extra params 
Php :: set only allow post request to a page - php 
Php :: create curl api request php with para 
Php :: php add custom button in wordpress editor 
Php :: $_SESSION php example 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =