PHP error category
Laravel PHP
Laravel container and runtime.
Laravel PHP errors arise when laravel container and runtime affect an executing PHP application or its supporting service. Use the exact signature and runtime context to narrow the cause before changing configuration.
The guides in this category separate code defects from environment differences, show focused diagnostics, and favor site-scoped corrections that preserve unrelated applications.
Guides in this category
| Title | Pattern | Severity |
|---|---|---|
| Laravel facade root has not been set | RuntimeException: A facade root has not been set. |
fatal |
| Laravel target class does not exist | Illuminate\\Contracts\\Container\\BindingResolutionException: Target class [App\\Services\\Report] does not exist. |
fatal |