diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e14cade..42dc426e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,6 @@ ## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.0...master) -## [v12.0.0 (2025-??-??)](https://github.com/laravel/laravel/compare/v11.0.0...v12.0.0) +## [v12.0.0 (2025-??-??)](https://github.com/laravel/laravel/compare/v11.0.2...v12.0.0) Laravel 12 includes a variety of changes to the application skeleton. Please consult the diff to see what's new. diff --git a/config/database.php b/config/database.php index 3ddc3968..f720f566 100644 --- a/config/database.php +++ b/config/database.php @@ -69,7 +69,7 @@ return [ 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), 'charset' => env('DB_CHARSET', 'utf8mb4'), - 'collation' => env('DB_COLLATION', 'utf8mb4_uca1400_ai_ci'), + 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'), 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 7b626b14..abe98dc3 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -16,7 +16,7 @@
-