This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Case Conventions #23
Labels
Comments
config files: Example:
|
For config keys I prefer Example:
|
@inphode that's inconsistent with Laravel, examples: 'log' => env('APP_LOG', 'single'),
'log_level' => env('APP_LOG_LEVEL', 'debug'),
'faker_locale' => 'en_GB', Will wait for other people's opinions... |
@Juddling I never knew that (most of the config keys in Laravel are single words). Then I prefer underscores, since that convention exists already. |
I agree with all of the above. |
I am going to close this RFC on Friday 22nd March and add the outcomes to the coding standards. |
craigsansam
added
the
pending
Discussions on this RFC have concluded, and the outcome is pending addition to the Code Standards
label
Mar 24, 2019
craigsansam
removed
the
pending
Discussions on this RFC have concluded, and the outcome is pending addition to the Code Standards
label
Dec 3, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
snake_case
snake_case
snake_case
: e.g./user/2/show?include_extra_info=true
slug-case
Laravel Routes
slug-case
slug-case
The text was updated successfully, but these errors were encountered: