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
I used the var dumper inside a raw project with dependencies with only this Payum Stripe lib.
Adding the caster class here will just add a tool to the lib that can be used in a Symfony project or more widely in any type of project that can use the var dumper.
Then the bundle will configure it if needed.
Here are the steps I propose to follow to add this caster :
Add the caster class
Add a suggested package : symfony/var-dumper
In the bundle source : add a standalone config file to be able to configure the var dumper or found a way to detect the var dumper presence and autoconfigure it via a compiler pass.
Hello,
I just saw this article from JoliCode, and I immediately though that it would be a nice feature to add to this bundle. WDYT?
https://jolicode.com/blog/leverage-symfony-vardumper-component-to-enhance-your-dumps
The text was updated successfully, but these errors were encountered: