• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • bumcheekcitytoLaravelWelcome to c/Laravel!
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Laravel definitely uses a lot of static method calls. We use User::find($userID) to pick out a user and the Eloquent ORM uses static calls in the form User::where(‘name’, ‘Jim’)->where(‘age’, ‘>’, 20)->get() etc.