We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.33.0
8.1.25
No response
When running
php artisan about --json
json output for drivers => logs is "stack / single"
"drivers":{"broadcasting":"log","cache":"file","database":"mysql","logs":"stack \/ single","mail":"smtp","queue":"sync","session":"file"}
without --json the output is colored and there's no problem, but with json format both values stack & single are printed with no distinction.
Just run
php artisan about
and then
and try to find in json output the drivers_logs value enabled.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Laravel Version
10.33.0
PHP Version
8.1.25
Database Driver & Version
No response
Description
When running
php artisan about --json
json output for drivers => logs is "stack / single"
"drivers":{"broadcasting":"log","cache":"file","database":"mysql","logs":"stack \/ single","mail":"smtp","queue":"sync","session":"file"}
without --json the output is colored and there's no problem, but with json format both values stack & single are printed with no distinction.
Steps To Reproduce
Just run
php artisan about
and then
php artisan about --json
and try to find in json output the drivers_logs value enabled.
The text was updated successfully, but these errors were encountered: