Skip to content

Commit 5364be2

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent eb40dd7 commit 5364be2

38 files changed

+84458
-1
lines changed

diffs/v10.0.0...v11.1.2.diff

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

diffs/v10.0.1...v11.1.2.diff

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

diffs/v10.0.2...v11.1.2.diff

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

diffs/v10.0.3...v11.1.2.diff

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

diffs/v10.0.4...v11.1.2.diff

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

diffs/v10.0.5...v11.1.2.diff

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

diffs/v10.0.6...v11.1.2.diff

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

diffs/v10.0.7...v11.1.2.diff

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

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

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

diffs/v10.1.1...v11.1.2.diff

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

diffs/v10.2.0...v11.1.2.diff

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

diffs/v10.2.1...v11.1.2.diff

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

diffs/v10.2.10...v11.1.2.diff

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

diffs/v10.2.2...v11.1.2.diff

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

diffs/v10.2.3...v11.1.2.diff

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

diffs/v10.2.4...v11.1.2.diff

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

diffs/v10.2.5...v11.1.2.diff

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

diffs/v10.2.6...v11.1.2.diff

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

diffs/v10.2.7...v11.1.2.diff

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

diffs/v10.2.8...v11.1.2.diff

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

diffs/v10.2.9...v11.1.2.diff

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

diffs/v10.3.0...v11.1.2.diff

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

diffs/v10.3.1...v11.1.2.diff

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

diffs/v10.3.2...v11.1.2.diff

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

diffs/v10.3.3...v11.1.2.diff

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

diffs/v11.0.0...v11.1.2.diff

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

0 commit comments

Comments
 (0)