mateusjunges / trackable-jobs-for-laravel

This package allows you to easily track your laravel jobs!
https://junges.dev/documentation/trackable-jobs-for-laravel
MIT License
279 stars 17 forks source link

Output as JSON instead of string #54

Open RuslanMelnychenko opened 1 month ago

RuslanMelnychenko commented 1 month ago

Hello. My suggestion is to make the output JSON instead of string. This will allow you to save the response in any format, and you won't need to translate it to json yourself if you need to.

DimaVIII commented 2 weeks ago

@RuslanMelnychenko What output are you talking about? It's a bear bone package without any frontend.