bumcheekcity

u/bumcheekcity@programming.dev
0 posts · 2 comments

Recent posts

No posts.

Recent comments

on Welcome to c/Laravel! · c/laravel · 0 pts · 3y

What is it about them that's a concern? Some specific use my your coworker that seems nonstandard?

on Welcome to c/Laravel! · c/laravel · 0 pts · 3y

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.