Search
 
SCRIPT & CODE EXAMPLE
 

PHP

laravel subdays

$users = Users::where('status_id', 'active')
           ->where( 'created_at', '>', Carbon::now()->subDays(30))
           ->get();
Comment

PREVIOUS NEXT
Code Example
Php :: php unique string 
Php :: laravel query builder join 
Php :: php carbon convert string to date 
Php :: debian install apache php 
Php :: check is array laravel 
Php :: spatie media library retrieve media from url 
Php :: php Call to undefined function mb_convert_case() 
Php :: scan all directories and files php 
Php :: php date month italian 
Php :: get single row in codeigniter 
Php :: php check if string contains number 
Php :: php read json request body 
Php :: get current year php 
Php :: laravel relationship with for single data 
Php :: laravel pass view with data 
Php :: remove repeated columns laravel 
Php :: is php the fucking worst 
Php :: if any error in blade laravel 
Php :: add column in table laravel 
Php :: php repeat string 
Php :: route not defined. laravel 9 
Php :: pass php variable in onclick function 
Php :: php remove object from array by property 
Php :: php display errors 
Php :: php mkdir recursive 
Php :: store as real file name laravel uplaod 
Php :: array to string conversion in php 
Php :: php foreach mysql result 
Php :: debug $_POST 
Php :: laravel date default now 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =