Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
Laravel
A service stores per-job correlation data and a queue worker handles many jobs in one pro…
from Laravel
Laravel 13.30.1 / PHP 8.3.33
advanced
1 min
A service stores per-job correlation data and a queue worker handles many jobs in one process. Which binding best matches that ownership?
scoped(), with no separate static cache
singleton(), because one process should have one object
instance(), created from the first job request
A global variable reset only on deployment
Check
Ask AI about this kata
Report an error
previous kata
Which test best proves an Eloquent N+1 regression is fixed?
Quiz
next kata
What does this Laravel container program print?
Predict the output
A new version is available
Reload