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

Change default collation to match default config in framework #9787

Conversation

bstavenuiter
Copy link
Contributor

This MR fixes the doc to be consistency about the collation being used by the framework by default

The example given in laravel 11.x docs refers to the mysql default collation instead of the collation the laravel framework uses by default for mysql

Docs
https://laravel.com/docs/11.x/database#read-and-write-connections

Database config from framework version 11
https://github.com/laravel/framework/blob/11.x/config/database.php#L55

@taylorotwell taylorotwell merged commit e1f9a34 into laravel:11.x Jul 26, 2024
@bstavenuiter bstavenuiter deleted the feature/correct-consistency-collation-example branch August 1, 2024 09:29
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