Skip to content
New issue

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

[11.x] Update config:show command #51902

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

seriquynh
Copy link
Contributor

The config:show can show either configuration file or key (using "dot" annotation). So I update it's description.

@@ -33,7 +33,7 @@ public function handle()
$config = $this->argument('config');

if (! config()->has($config)) {
$this->components->error("Configuration file `{$config}` does not exist.");
$this->components->error("Configuration file or key <comment>{$config}</comment> does not exist.");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Highlight configuration file or key using "comment" tag.

Screenshot_4

@taylorotwell taylorotwell merged commit 72c872e into laravel:11.x Jun 25, 2024
28 checks passed
@seriquynh seriquynh deleted the update-config-show-command branch June 26, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants