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

artisan about --only should not be case sensitive #47950

Closed
grafst opened this issue Aug 3, 2023 · 0 comments · Fixed by #47955
Closed

artisan about --only should not be case sensitive #47950

grafst opened this issue Aug 3, 2023 · 0 comments · Fixed by #47955

Comments

@grafst
Copy link

grafst commented Aug 3, 2023

Laravel Version

10.17.1

PHP Version

8.2.8

Database Driver & Version

No response

Description

Since the Section names are capitalized I expect to also select them with the capitalized word.

current:
php artisan about --only Environment
doesn't show anything

expected:
php artisan about --only Environment
shows the "Environment" section

Steps To Reproduce

php artisan about --only Environment

crynobone added a commit that referenced this issue Aug 4, 2023
taylorotwell added a commit that referenced this issue Aug 4, 2023
* [10.x] Fixes `artisan about --only` should be case insensitive.

fixes #47950

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Apply fixes from StyleCI

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Update AboutCommand.php

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants