You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow you to use your own plugins, set the order etc. It would also be easy to inject a JournalPlugin to use internally for the debug toolbar.
We could go with an approach where we name the plugins etc etc but it is a simplier implementation and easier to use (no magic) if we reference them as a service.
The text was updated successfully, but these errors were encountered:
maybe we can provide default services for the plugins provided by php-http/plugin, if needed with options to configure things on them. but as with client factories, you would just use the full service name php_http.plugin.redirect (or similar) to add the plugin to a client, no shortcut that adds magic.
Can I get some feedback on this approach to configure the plugins?
This would allow you to use your own plugins, set the order etc. It would also be easy to inject a JournalPlugin to use internally for the debug toolbar.
We could go with an approach where we name the plugins etc etc but it is a simplier implementation and easier to use (no magic) if we reference them as a service.
The text was updated successfully, but these errors were encountered: