Skip to content

[12.x] Use application name from configuration #6655

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

Merged
merged 1 commit into from
Aug 15, 2025

Conversation

AhmedAlaa4611
Copy link
Contributor

Description

Update the title tag in welcome.blade.php to use the config() helper instead of a hardcoded the "Laravel" value.
This makes the title consistent with Laravel’s Vue and React starter kits and automatically reflects the application name defined in config/app.php.

See

https://github.com/laravel/vue-starter-kit/blob/e6cd4ded892621ea24cd3519fe2ab5539481c616/resources/views/app.blade.php#L33C24-L33C47

https://github.com/laravel/react-starter-kit/blob/322194c278b73ecf6a042f2960fa8e700bdc57ef/resources/views/app.blade.php#L33C24-L33C47

@taylorotwell taylorotwell merged commit d9d4494 into laravel:12.x Aug 15, 2025
6 checks passed
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