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
If I var_export in the my controller class, the variable is set as an instance of Collection, but if I var_export within the template it's not an object, it's not an array even, but is a json_encoded string! I guess I could json_decode but is this the desired behaviour?
Also, how do I turn off Arraization for all templates? I might not wish to have this feature for now. Thanks
The text was updated successfully, but these errors were encountered:
I'm passing in Eloquent Collections like so:
If I var_export in the my controller class, the variable is set as an instance of Collection, but if I var_export within the template it's not an object, it's not an array even, but is a json_encoded string! I guess I could json_decode but is this the desired behaviour?
Also, how do I turn off Arraization for all templates? I might not wish to have this feature for now. Thanks
The text was updated successfully, but these errors were encountered: