Jump to content

Output array within a log


a-ok
 Share

Recommended Posts

Is it possible to output an array within a log? I'm currently doing:

wire('log')->save("shopify", "collections = $collections");

Which obviously just outputs 'Array' and I tried doing:

wire('log')->save("shopify", "collections = " . print_r($collections));

But this doesn't seem to do anything (or there's an error and skips it completely).

Any thoughts?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...