What this service covers
HTTP layer, routing, and controller errors
Eloquent, migrations, and transaction bugs
Jobs, events, listeners, and notifications
Cache, session, and filesystem issues
Auth, gates, policies, and multi-tenant edge cases
Third-party package incompatibilities
Common situations
Deploy succeeded but one feature returns 500
Often missing env keys, cached config, or Opcache serving stale code.
Background jobs stopped processing
Worker config, Redis connection, or serialization errors in the payload.
API clients receive intermittent 401/403
Token refresh, CORS, throttle, or custom middleware ordering.
Frequently asked questions
Do you work with Lumen or Laravel-based CMSs?
Often yes—describe the stack and how Laravel is embedded.
Symfony-only apps?
Use the Symfony Bug Fix page when the codebase is primarily Symfony.
What access is usually needed?
Repo, env template, server or Forge/Vapor access, and log channels.