mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
511 B
511 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Create query scopes for complex where()s | 1272826431609933825 | laravel-clean-code-tactics | samuelstancl |
|
2021-04-06T16:07:32+00:00 | create-query-scopes-for-complex-wheres |
Rather than writing complex where() clauses, create query scopes with expressive names.
This will make your e.g. controllers have to know less about the database structure and your code will be cleaner.