Advanced Topics
These pages focus on the details that become important once the package is already working in your project:
- how the service provider fits into the container
- how aliases are mapped
- how to replace or override pieces safely
- what to check when something behaves differently than expected
Advanced Topics
- Integration
- Aliases and Service Mapping
-
Troubleshooting
- I resolved Psr\\Http\\Message\\ResponseFactoryInterface but the helper methods do not exist
- I resolved Psr\\Http\\Message\\StreamFactoryInterface but createStreamFromPayload() is missing
- createResponseNoContent() does not let me choose another status code
- I need a redirect status other than 301 or 302
- My JSON payload throws an exception
- The current request looks stale in a long-running process
- I use another container and the service provider does not plug in automatically