Why doesn't Laravel provide this efficient feature by default? #55464
Unanswered
ferhatgungormez
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been using Laravel for a long time and have developed an array of applications. However, every time, I find myself having to make simple and effective customizations. Why is it that, while APP_NAME is available in the .env and config/app.php files, there is no default APP_DESCRIPTION key-value pair? This simple change would help us easily identify and distinguish dozens of projects.
For instances
In the .env file:
In the app.php file:
In this way, we will be able to use
config('app.description')
wherever we need.Beta Was this translation helpful? Give feedback.
All reactions