Skip to content

Commit 150a1b6

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

39 files changed

+84767
-1
lines changed

diffs/v10.0.0...v11.1.3.diff

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

diffs/v10.0.1...v11.1.3.diff

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

diffs/v10.0.2...v11.1.3.diff

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

diffs/v10.0.3...v11.1.3.diff

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

diffs/v10.0.4...v11.1.3.diff

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

diffs/v10.0.5...v11.1.3.diff

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

diffs/v10.0.6...v11.1.3.diff

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

diffs/v10.0.7...v11.1.3.diff

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

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

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

diffs/v10.1.1...v11.1.3.diff

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

diffs/v10.2.0...v11.1.3.diff

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

diffs/v10.2.1...v11.1.3.diff

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

diffs/v10.2.10...v11.1.3.diff

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

diffs/v10.2.2...v11.1.3.diff

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

diffs/v10.2.3...v11.1.3.diff

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

diffs/v10.2.4...v11.1.3.diff

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

diffs/v10.2.5...v11.1.3.diff

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

diffs/v10.2.6...v11.1.3.diff

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

diffs/v10.2.7...v11.1.3.diff

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

diffs/v10.2.8...v11.1.3.diff

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

diffs/v10.2.9...v11.1.3.diff

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

diffs/v10.3.0...v11.1.3.diff

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

diffs/v10.3.1...v11.1.3.diff

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

diffs/v10.3.2...v11.1.3.diff

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

diffs/v10.3.3...v11.1.3.diff

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

diffs/v11.0.0...v11.1.3.diff

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

0 commit comments

Comments
 (0)