skip to Main Content

Laravel mysql order by with wherehas

I have 2 tables :- users - id,name,email, mobile user_info - id,user_id, store_name, startup_date User Model class EloquentUser extends Model { protected $table = 'users'; /** * The attributes that are mass assignable. * * @var array */ protected $fillable…

VIEW QUESTION
Back To Top
Search