HomeDevCentral

Add JSON output to account: CLI commands

Description

Add JSON output to account: CLI commands

To use this :
./artisan account:dump --format=json
./artisan account:info <who> --format=json

Textual format is called "human", short for human readable.

You can call it explicitely with --format=human,
but this is the default value.

Details