Skip to content

Commit fd0cc1d

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent b9bddf4 commit fd0cc1d

36 files changed

+83661
-1
lines changed

diffs/v10.0.0...v11.1.0.diff

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

diffs/v10.0.1...v11.1.0.diff

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

diffs/v10.0.2...v11.1.0.diff

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

diffs/v10.0.3...v11.1.0.diff

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

diffs/v10.0.4...v11.1.0.diff

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

diffs/v10.0.5...v11.1.0.diff

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

diffs/v10.0.6...v11.1.0.diff

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

diffs/v10.0.7...v11.1.0.diff

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

diffs/v10.1.0...v11.1.0.diff

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

diffs/v10.1.1...v11.1.0.diff

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

diffs/v10.2.0...v11.1.0.diff

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

diffs/v10.2.1...v11.1.0.diff

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

diffs/v10.2.10...v11.1.0.diff

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

diffs/v10.2.2...v11.1.0.diff

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

diffs/v10.2.3...v11.1.0.diff

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

diffs/v10.2.4...v11.1.0.diff

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

diffs/v10.2.5...v11.1.0.diff

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

diffs/v10.2.6...v11.1.0.diff

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

diffs/v10.2.7...v11.1.0.diff

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

diffs/v10.2.8...v11.1.0.diff

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

diffs/v10.2.9...v11.1.0.diff

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

diffs/v10.3.0...v11.1.0.diff

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

diffs/v10.3.1...v11.1.0.diff

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

diffs/v10.3.2...v11.1.0.diff

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

diffs/v10.3.3...v11.1.0.diff

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

diffs/v11.0.0...v11.1.0.diff

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

0 commit comments

Comments
 (0)