Skip to content

Commit 8d0ad87

Browse files
author
Version Bot
committedMay 15, 2024
[Version-Bot] Add Laravel Version
1 parent 240af3f commit 8d0ad87

34 files changed

+83079
-1
lines changed
 

‎diffs/v10.0.0...v11.0.8.diff

+3,368
Large diffs are not rendered by default.

‎diffs/v10.0.1...v11.0.8.diff

+3,358
Large diffs are not rendered by default.

‎diffs/v10.0.2...v11.0.8.diff

+3,359
Large diffs are not rendered by default.

‎diffs/v10.0.3...v11.0.8.diff

+3,345
Large diffs are not rendered by default.

‎diffs/v10.0.4...v11.0.8.diff

+3,346
Large diffs are not rendered by default.

‎diffs/v10.0.5...v11.0.8.diff

+3,311
Large diffs are not rendered by default.

‎diffs/v10.0.6...v11.0.8.diff

+3,301
Large diffs are not rendered by default.

‎diffs/v10.0.7...v11.0.8.diff

+3,301
Large diffs are not rendered by default.

‎diffs/v10.1.0...v11.0.8.diff

+3,248
Large diffs are not rendered by default.

‎diffs/v10.1.1...v11.0.8.diff

+3,254
Large diffs are not rendered by default.

‎diffs/v10.2.0...v11.0.8.diff

+3,253
Large diffs are not rendered by default.

‎diffs/v10.2.1...v11.0.8.diff

+3,261
Large diffs are not rendered by default.

‎diffs/v10.2.10...v11.0.8.diff

+3,222
Large diffs are not rendered by default.

‎diffs/v10.2.2...v11.0.8.diff

+3,260
Large diffs are not rendered by default.

‎diffs/v10.2.3...v11.0.8.diff

+3,258
Large diffs are not rendered by default.

‎diffs/v10.2.4...v11.0.8.diff

+3,263
Large diffs are not rendered by default.

‎diffs/v10.2.5...v11.0.8.diff

+3,245
Large diffs are not rendered by default.

‎diffs/v10.2.6...v11.0.8.diff

+3,250
Large diffs are not rendered by default.

‎diffs/v10.2.7...v11.0.8.diff

+3,219
Large diffs are not rendered by default.

‎diffs/v10.2.8...v11.0.8.diff

+3,232
Large diffs are not rendered by default.

‎diffs/v10.2.9...v11.0.8.diff

+3,236
Large diffs are not rendered by default.

‎diffs/v10.3.0...v11.0.8.diff

+3,235
Large diffs are not rendered by default.

‎diffs/v10.3.1...v11.0.8.diff

+3,226
Large diffs are not rendered by default.

‎diffs/v10.3.2...v11.0.8.diff

+3,216
Large diffs are not rendered by default.

‎diffs/v10.3.3...v11.0.8.diff

+3,203
Large diffs are not rendered by default.

‎diffs/v11.0.0...v11.0.8.diff

+256
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
diff --git a/.gitignore b/.gitignore
2+
index 7fe978f8..46340a60 100644
3+
--- a/.gitignore
4+
+++ b/.gitignore
5+
@@ -8,6 +8,7 @@
6+
.env
7+
.env.backup
8+
.env.production
9+
+.phpactor.json
10+
.phpunit.result.cache
11+
Homestead.json
12+
Homestead.yaml
13+
diff --git a/CHANGELOG.md b/CHANGELOG.md
14+
index 2b1f93ea..4baed491 100644
15+
--- a/CHANGELOG.md
16+
+++ b/CHANGELOG.md
17+
@@ -1,6 +1,40 @@
18+
# Release Notes
19+
20+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...11.x)
21+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.7...11.x)
22+
+
23+
+## [v11.0.7](https://github.com/laravel/laravel/compare/v11.0.6...v11.0.7) - 2024-05-03
24+
+
25+
+* Remove obsolete driver option by [@u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6395
26+
+
27+
+## [v11.0.6](https://github.com/laravel/laravel/compare/v11.0.5...v11.0.6) - 2024-04-09
28+
+
29+
+* Fix PHPUnit constraint by [@szepeviktor](https://github.com/szepeviktor) in https://github.com/laravel/laravel/pull/6389
30+
+* [11.x] Add missing roundrobin transport driver config by [@u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6392
31+
+
32+
+## [v11.0.5](https://github.com/laravel/laravel/compare/v11.0.4...v11.0.5) - 2024-03-26
33+
+
34+
+* [11.x] Use PHPUnit v11 by [@philbates35](https://github.com/philbates35) in https://github.com/laravel/laravel/pull/6385
35+
+
36+
+## [v11.0.4](https://github.com/laravel/laravel/compare/v11.0.3...v11.0.4) - 2024-03-15
37+
+
38+
+* [11.x] Removed useless null parameter for env helper (cache.php) by [@siarheipashkevich](https://github.com/siarheipashkevich) in https://github.com/laravel/laravel/pull/6374
39+
+* [11.x] Removed useless null parameter for env helper (queue.php) by [@siarheipashkevich](https://github.com/siarheipashkevich) in https://github.com/laravel/laravel/pull/6373
40+
+* [11.x] Fix retry_after to be an integer by [@driesvints](https://github.com/driesvints) in https://github.com/laravel/laravel/pull/6377
41+
+* [11.x] Fix on hover animation and ring by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/laravel/pull/6376
42+
+
43+
+## [v11.0.3](https://github.com/laravel/laravel/compare/v11.0.2...v11.0.3) - 2024-03-14
44+
+
45+
+* [11.x] Revert collation change by [@driesvints](https://github.com/driesvints) in https://github.com/laravel/laravel/pull/6372
46+
+
47+
+## [v11.0.2](https://github.com/laravel/laravel/compare/v11.0.1...v11.0.2) - 2024-03-13
48+
+
49+
+* [11.x] Remove branch alias from composer.json by [@zepfietje](https://github.com/zepfietje) in https://github.com/laravel/laravel/pull/6366
50+
+* [11.x] Fixes typo in welcome page by [@jrd-lewis](https://github.com/jrd-lewis) in https://github.com/laravel/laravel/pull/6363
51+
+* change mariadb default by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/79969c99c6456a6d6edfbe78d241575fe1f65594
52+
+
53+
+## [v11.0.1](https://github.com/laravel/laravel/compare/v11.0.0...v11.0.1) - 2024-03-12
54+
+
55+
+* [11.x] Fixes SQLite driver missing by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6361
56+
57+
## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.3.2...v11.0.0)
58+
59+
diff --git a/composer.json b/composer.json
60+
index 7033b06f..15cebc15 100644
61+
--- a/composer.json
62+
+++ b/composer.json
63+
@@ -15,7 +15,7 @@
64+
"laravel/sail": "^1.26",
65+
"mockery/mockery": "^1.6",
66+
"nunomaduro/collision": "^8.0",
67+
- "phpunit/phpunit": "^10.5",
68+
+ "phpunit/phpunit": "^11.0.1",
69+
"spatie/laravel-ignition": "^2.4"
70+
},
71+
"autoload": {
72+
@@ -44,13 +44,10 @@
73+
"post-create-project-cmd": [
74+
"@php artisan key:generate --ansi",
75+
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
76+
- "@php artisan migrate --ansi"
77+
+ "@php artisan migrate --graceful --ansi"
78+
]
79+
},
80+
"extra": {
81+
- "branch-alias": {
82+
- "dev-master": "11.x-dev"
83+
- },
84+
"laravel": {
85+
"dont-discover": []
86+
}
87+
diff --git a/config/cache.php b/config/cache.php
88+
index 3eb95d10..6b57b183 100644
89+
--- a/config/cache.php
90+
+++ b/config/cache.php
91+
@@ -26,7 +26,7 @@ return [
92+
| well as their drivers. You may even define multiple stores for the
93+
| same cache driver to group types of items stored in your caches.
94+
|
95+
- | Supported drivers: "apc", "array", "database", "file", "memcached",
96+
+ | Supported drivers: "array", "database", "file", "memcached",
97+
| "redis", "dynamodb", "octane", "null"
98+
|
99+
*/
100+
@@ -41,8 +41,8 @@ return [
101+
'database' => [
102+
'driver' => 'database',
103+
'table' => env('DB_CACHE_TABLE', 'cache'),
104+
- 'connection' => env('DB_CACHE_CONNECTION', null),
105+
- 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION', null),
106+
+ 'connection' => env('DB_CACHE_CONNECTION'),
107+
+ 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION'),
108+
],
109+
110+
'file' => [
111+
diff --git a/config/database.php b/config/database.php
112+
index 3ddc3968..f8e8dcb8 100644
113+
--- a/config/database.php
114+
+++ b/config/database.php
115+
@@ -49,7 +49,7 @@ return [
116+
'password' => env('DB_PASSWORD', ''),
117+
'unix_socket' => env('DB_SOCKET', ''),
118+
'charset' => env('DB_CHARSET', 'utf8mb4'),
119+
- 'collation' => env('DB_COLLATION', 'utf8mb4_0900_ai_ci'),
120+
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
121+
'prefix' => '',
122+
'prefix_indexes' => true,
123+
'strict' => true,
124+
@@ -69,7 +69,7 @@ return [
125+
'password' => env('DB_PASSWORD', ''),
126+
'unix_socket' => env('DB_SOCKET', ''),
127+
'charset' => env('DB_CHARSET', 'utf8mb4'),
128+
- 'collation' => env('DB_COLLATION', 'utf8mb4_uca1400_ai_ci'),
129+
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
130+
'prefix' => '',
131+
'prefix_indexes' => true,
132+
'strict' => true,
133+
diff --git a/config/mail.php b/config/mail.php
134+
index a4a02fe4..07342fc4 100644
135+
--- a/config/mail.php
136+
+++ b/config/mail.php
137+
@@ -30,7 +30,8 @@ return [
138+
| your mailers below. You may also add additional mailers if needed.
139+
|
140+
| Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
141+
- | "postmark", "log", "array", "failover", "roundrobin"
142+
+ | "postmark", "resend", "log", "array",
143+
+ | "failover", "roundrobin"
144+
|
145+
*/
146+
147+
@@ -60,6 +61,10 @@ return [
148+
// ],
149+
],
150+
151+
+ 'resend' => [
152+
+ 'transport' => 'resend',
153+
+ ],
154+
+
155+
'sendmail' => [
156+
'transport' => 'sendmail',
157+
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
158+
@@ -82,6 +87,14 @@ return [
159+
],
160+
],
161+
162+
+ 'roundrobin' => [
163+
+ 'transport' => 'roundrobin',
164+
+ 'mailers' => [
165+
+ 'ses',
166+
+ 'postmark',
167+
+ ],
168+
+ ],
169+
+
170+
],
171+
172+
/*
173+
diff --git a/config/queue.php b/config/queue.php
174+
index 4f689e9c..116bd8d0 100644
175+
--- a/config/queue.php
176+
+++ b/config/queue.php
177+
@@ -36,10 +36,10 @@ return [
178+
179+
'database' => [
180+
'driver' => 'database',
181+
- 'connection' => env('DB_QUEUE_CONNECTION', null),
182+
+ 'connection' => env('DB_QUEUE_CONNECTION'),
183+
'table' => env('DB_QUEUE_TABLE', 'jobs'),
184+
'queue' => env('DB_QUEUE', 'default'),
185+
- 'retry_after' => env('DB_QUEUE_RETRY_AFTER', 90),
186+
+ 'retry_after' => (int) env('DB_QUEUE_RETRY_AFTER', 90),
187+
'after_commit' => false,
188+
],
189+
190+
@@ -47,7 +47,7 @@ return [
191+
'driver' => 'beanstalkd',
192+
'host' => env('BEANSTALKD_QUEUE_HOST', 'localhost'),
193+
'queue' => env('BEANSTALKD_QUEUE', 'default'),
194+
- 'retry_after' => env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
195+
+ 'retry_after' => (int) env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
196+
'block_for' => 0,
197+
'after_commit' => false,
198+
],
199+
@@ -67,7 +67,7 @@ return [
200+
'driver' => 'redis',
201+
'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
202+
'queue' => env('REDIS_QUEUE', 'default'),
203+
- 'retry_after' => env('REDIS_QUEUE_RETRY_AFTER', 90),
204+
+ 'retry_after' => (int) env('REDIS_QUEUE_RETRY_AFTER', 90),
205+
'block_for' => null,
206+
'after_commit' => false,
207+
],
208+
diff --git a/config/services.php b/config/services.php
209+
index 6bb68f6a..27a36175 100644
210+
--- a/config/services.php
211+
+++ b/config/services.php
212+
@@ -24,6 +24,10 @@ return [
213+
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
214+
],
215+
216+
+ 'resend' => [
217+
+ 'key' => env('RESEND_KEY'),
218+
+ ],
219+
+
220+
'slack' => [
221+
'notifications' => [
222+
'bot_user_oauth_token' => env('SLACK_BOT_USER_OAUTH_TOKEN'),
223+
diff --git a/config/session.php b/config/session.php
224+
index 0e22ee41..f0b6541e 100644
225+
--- a/config/session.php
226+
+++ b/config/session.php
227+
@@ -125,7 +125,6 @@ return [
228+
| the framework. Typically, you should not need to change this value
229+
| since doing so does not grant a meaningful security improvement.
230+
|
231+
- |
232+
*/
233+
234+
'cookie' => env(
235+
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
236+
index 7b626b14..a9898e33 100644
237+
--- a/resources/views/welcome.blade.php
238+
+++ b/resources/views/welcome.blade.php
239+
@@ -16,7 +16,7 @@
240+
</style>
241+
</head>
242+
<body class="font-sans antialiased dark:bg-black dark:text-white/50">
243+
- <div className="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
244+
+ <div class="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
245+
<img id="background" class="absolute -left-20 top-0 max-w-[877px]" src="https://laravel.com/assets/img/welcome/background.svg" />
246+
<div class="relative min-h-screen flex flex-col items-center justify-center selection:bg-[#FF2D20] selection:text-white">
247+
<div class="relative w-full max-w-2xl px-6 lg:max-w-7xl">
248+
@@ -140,7 +140,7 @@
249+
<svg class="size-6 shrink-0 self-center stroke-[#FF2D20]" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75"/></svg>
250+
</a>
251+
252+
- <div class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_rgba(0,0,0,0.08)] ring-1 ring-white/[0.05] lg:pb-10 dark:bg-zinc-900 dark:ring-zinc-800">
253+
+ <div class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_rgba(0,0,0,0.08)] ring-1 ring-white/[0.05] transition duration-300 hover:text-black/70 hover:ring-black/20 focus:outline-none focus-visible:ring-[#FF2D20] lg:pb-10 dark:bg-zinc-900 dark:ring-zinc-800 dark:hover:text-white/70 dark:hover:ring-zinc-700 dark:focus-visible:ring-[#FF2D20]">
254+
<div class="flex size-12 shrink-0 items-center justify-center rounded-full bg-[#FF2D20]/10 sm:size-16">
255+
<svg class="size-5 sm:size-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
256+
<g fill="#FF2D20">

0 commit comments

Comments
 (0)