Skip to content

Commit 30ab29b

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent 150a1b6 commit 30ab29b

40 files changed

+85172
-1
lines changed

diffs/v10.0.0...v11.1.4.diff

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

diffs/v10.0.1...v11.1.4.diff

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

diffs/v10.0.2...v11.1.4.diff

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

diffs/v10.0.3...v11.1.4.diff

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

diffs/v10.0.4...v11.1.4.diff

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

diffs/v10.0.5...v11.1.4.diff

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

diffs/v10.0.6...v11.1.4.diff

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

diffs/v10.0.7...v11.1.4.diff

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

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

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

diffs/v10.1.1...v11.1.4.diff

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

diffs/v10.2.0...v11.1.4.diff

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

diffs/v10.2.1...v11.1.4.diff

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

diffs/v10.2.10...v11.1.4.diff

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

diffs/v10.2.2...v11.1.4.diff

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

diffs/v10.2.3...v11.1.4.diff

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

diffs/v10.2.4...v11.1.4.diff

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

diffs/v10.2.5...v11.1.4.diff

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

diffs/v10.2.6...v11.1.4.diff

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

diffs/v10.2.7...v11.1.4.diff

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

diffs/v10.2.8...v11.1.4.diff

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

diffs/v10.2.9...v11.1.4.diff

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

diffs/v10.3.0...v11.1.4.diff

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

diffs/v10.3.1...v11.1.4.diff

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

diffs/v10.3.2...v11.1.4.diff

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

diffs/v10.3.3...v11.1.4.diff

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

diffs/v11.0.0...v11.1.4.diff

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

0 commit comments

Comments
 (0)