Skip to content

Commit f51e742

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent 3ef3f7b commit f51e742

31 files changed

+20161
-1
lines changed

diffs/v9.0.0...v9.5.0.diff

Lines changed: 1399 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.0.1...v9.5.0.diff

Lines changed: 1276 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.0...v9.5.0.diff

Lines changed: 1225 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.1...v9.5.0.diff

Lines changed: 1159 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.10...v9.5.0.diff

Lines changed: 786 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.2...v9.5.0.diff

Lines changed: 1146 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.3...v9.5.0.diff

Lines changed: 1058 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.4...v9.5.0.diff

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.5...v9.5.0.diff

Lines changed: 997 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.6...v9.5.0.diff

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.7...v9.5.0.diff

Lines changed: 911 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.8...v9.5.0.diff

Lines changed: 829 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.1.9...v9.5.0.diff

Lines changed: 792 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.2.0...v9.5.0.diff

Lines changed: 686 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.2.1...v9.5.0.diff

Lines changed: 672 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.3.0...v9.5.0.diff

Lines changed: 596 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.3.1...v9.5.0.diff

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

diffs/v9.3.10...v9.5.0.diff

Lines changed: 218 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
2+
new file mode 100644
3+
index 00000000..9634a0ed
4+
--- /dev/null
5+
+++ b/.github/workflows/issues.yml
6+
@@ -0,0 +1,12 @@
7+
+name: issues
8+
+
9+
+on:
10+
+ issues:
11+
+ types: [labeled]
12+
+
13+
+permissions:
14+
+ issues: write
15+
+
16+
+jobs:
17+
+ help-wanted:
18+
+ uses: laravel/.github/.github/workflows/issues.yml@main
19+
diff --git a/CHANGELOG.md b/CHANGELOG.md
20+
index 79a9f092..1d960141 100644
21+
--- a/CHANGELOG.md
22+
+++ b/CHANGELOG.md
23+
@@ -1,6 +1,41 @@
24+
# Release Notes
25+
26+
-## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.9...9.x)
27+
+## [Unreleased](https://github.com/laravel/laravel/compare/v9.4.1...9.x)
28+
+
29+
+## [v9.4.1](https://github.com/laravel/laravel/compare/v9.4.0...v9.4.1) - 2022-12-19
30+
+
31+
+### Changed
32+
+
33+
+- Add decimal translation by @taylorotwell in https://github.com/laravel/laravel/commit/39f4830e92a7467b2a7fe6bc23d0ec14bc3b46a6
34+
+
35+
+## [v9.4.0](https://github.com/laravel/laravel/compare/v9.3.12...v9.4.0) - 2022-12-15
36+
+
37+
+### Added
38+
+
39+
+- Vite 4 support by @timacdonald in https://github.com/laravel/laravel/pull/6043
40+
+
41+
+### Changed
42+
+
43+
+- Add ulid and ascii validation message by @nshiro in https://github.com/laravel/laravel/pull/6046
44+
+
45+
+## [v9.3.12](https://github.com/laravel/laravel/compare/v9.3.11...v9.3.12) - 2022-11-22
46+
+
47+
+### Changed
48+
+
49+
+- Bump vite plugin version by @timacdonald in https://github.com/laravel/laravel/pull/6038
50+
+
51+
+## [v9.3.11](https://github.com/laravel/laravel/compare/v9.3.10...v9.3.11) - 2022-11-14
52+
+
53+
+### Changed
54+
+
55+
+- Adds lowercase validation rule translation by @timacdonald in https://github.com/laravel/laravel/pull/6028
56+
+- Adds uppercase validation rule translation by @michaelnabil230 in https://github.com/laravel/laravel/pull/6029
57+
+
58+
+## [v9.3.10](https://github.com/laravel/laravel/compare/v9.3.9...v9.3.10) - 2022-10-28
59+
+
60+
+### Changed
61+
+
62+
+- Changing .env to make Pusher work without editing the commented out part in the bootstrap.js by @cveldman in https://github.com/laravel/laravel/pull/6021
63+
64+
## [v9.3.9](https://github.com/laravel/laravel/compare/v9.3.8...v9.3.9) - 2022-10-17
65+
66+
diff --git a/README.md b/README.md
67+
index bf0ddd92..3ed385a7 100644
68+
--- a/README.md
69+
+++ b/README.md
70+
@@ -1,7 +1,7 @@
71+
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
72+
73+
<p align="center">
74+
-<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
75+
+<a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a>
76+
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
77+
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
78+
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
79+
diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php
80+
index fcacb80b..e5f1397c 100644
81+
--- a/database/migrations/2014_10_12_100000_create_password_resets_table.php
82+
+++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php
83+
@@ -14,7 +14,7 @@ return new class extends Migration
84+
public function up()
85+
{
86+
Schema::create('password_resets', function (Blueprint $table) {
87+
- $table->string('email')->index();
88+
+ $table->string('email')->primary();
89+
$table->string('token');
90+
$table->timestamp('created_at')->nullable();
91+
});
92+
diff --git a/lang/en/validation.php b/lang/en/validation.php
93+
index 5ea01fa7..af94bd42 100644
94+
--- a/lang/en/validation.php
95+
+++ b/lang/en/validation.php
96+
@@ -22,6 +22,7 @@ return [
97+
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
98+
'alpha_num' => 'The :attribute must only contain letters and numbers.',
99+
'array' => 'The :attribute must be an array.',
100+
+ 'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
101+
'before' => 'The :attribute must be a date before :date.',
102+
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
103+
'between' => [
104+
@@ -36,6 +37,7 @@ return [
105+
'date' => 'The :attribute is not a valid date.',
106+
'date_equals' => 'The :attribute must be a date equal to :date.',
107+
'date_format' => 'The :attribute does not match the format :format.',
108+
+ 'decimal' => 'The :attribute must have :decimal decimal places.',
109+
'declined' => 'The :attribute must be declined.',
110+
'declined_if' => 'The :attribute must be declined when :other is :value.',
111+
'different' => 'The :attribute and :other must be different.',
112+
@@ -71,6 +73,7 @@ return [
113+
'ipv4' => 'The :attribute must be a valid IPv4 address.',
114+
'ipv6' => 'The :attribute must be a valid IPv6 address.',
115+
'json' => 'The :attribute must be a valid JSON string.',
116+
+ 'lowercase' => 'The :attribute must be lowercase.',
117+
'lt' => [
118+
'array' => 'The :attribute must have less than :value items.',
119+
'file' => 'The :attribute must be less than :value kilobytes.',
120+
@@ -138,7 +141,9 @@ return [
121+
'timezone' => 'The :attribute must be a valid timezone.',
122+
'unique' => 'The :attribute has already been taken.',
123+
'uploaded' => 'The :attribute failed to upload.',
124+
+ 'uppercase' => 'The :attribute must be uppercase.',
125+
'url' => 'The :attribute must be a valid URL.',
126+
+ 'ulid' => 'The :attribute must be a valid ULID.',
127+
'uuid' => 'The :attribute must be a valid UUID.',
128+
129+
/*
130+
diff --git a/package.json b/package.json
131+
index 36489d96..0b32ba69 100644
132+
--- a/package.json
133+
+++ b/package.json
134+
@@ -6,9 +6,9 @@
135+
},
136+
"devDependencies": {
137+
"axios": "^1.1.2",
138+
- "laravel-vite-plugin": "^0.6.0",
139+
+ "laravel-vite-plugin": "^0.7.2",
140+
"lodash": "^4.17.19",
141+
"postcss": "^8.1.14",
142+
- "vite": "^3.0.0"
143+
+ "vite": "^4.0.0"
144+
}
145+
}
146+
diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js
147+
index 366c49d0..a5b3eddc 100644
148+
--- a/resources/js/bootstrap.js
149+
+++ b/resources/js/bootstrap.js
150+
@@ -26,6 +26,7 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
151+
// window.Echo = new Echo({
152+
// broadcaster: 'pusher',
153+
// key: import.meta.env.VITE_PUSHER_APP_KEY,
154+
+// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1',
155+
// wsHost: import.meta.env.VITE_PUSHER_HOST ? import.meta.env.VITE_PUSHER_HOST : `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`,
156+
// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80,
157+
// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443,
158+
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
159+
index 0ad6097c..9faad4e8 100644
160+
--- a/resources/views/welcome.blade.php
161+
+++ b/resources/views/welcome.blade.php
162+
@@ -49,7 +49,7 @@
163+
<div class="grid grid-cols-1 md:grid-cols-2">
164+
<div class="p-6">
165+
<div class="flex items-center">
166+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg>
167+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" /></svg>
168+
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laravel.com/docs" class="underline text-gray-900 dark:text-white">Documentation</a></div>
169+
</div>
170+
171+
@@ -62,7 +62,7 @@
172+
173+
<div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-t-0 md:border-l">
174+
<div class="flex items-center">
175+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z"></path><path d="M15 13a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
176+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" d="M15.75 10.5l4.72-4.72a.75.75 0 011.28.53v11.38a.75.75 0 01-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25h-9A2.25 2.25 0 002.25 7.5v9a2.25 2.25 0 002.25 2.25z" /></svg>
177+
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laracasts.com" class="underline text-gray-900 dark:text-white">Laracasts</a></div>
178+
</div>
179+
180+
@@ -75,7 +75,7 @@
181+
182+
<div class="p-6 border-t border-gray-200 dark:border-gray-700">
183+
<div class="flex items-center">
184+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"></path></svg>
185+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z" /></svg>
186+
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laravel-news.com/" class="underline text-gray-900 dark:text-white">Laravel News</a></div>
187+
</div>
188+
189+
@@ -88,7 +88,7 @@
190+
191+
<div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-l">
192+
<div class="flex items-center">
193+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
194+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500"><path stroke-linecap="round" stroke-linejoin="round" d="M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64" /></svg>
195+
<div class="ml-4 text-lg leading-7 font-semibold text-gray-900 dark:text-white">Vibrant Ecosystem</div>
196+
</div>
197+
198+
@@ -104,16 +104,16 @@
199+
<div class="flex justify-center mt-4 sm:items-center sm:justify-between">
200+
<div class="text-center text-sm text-gray-500 sm:text-left">
201+
<div class="flex items-center">
202+
- <svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="-mt-px w-5 h-5 text-gray-400">
203+
- <path d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
204+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="-mt-px w-5 h-5 text-gray-400">
205+
+ <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 00-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 00-16.536-1.84M7.5 14.25L5.106 5.272M6 20.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm12.75 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" />
206+
</svg>
207+
208+
<a href="https://laravel.bigcartel.com" class="ml-1 underline">
209+
Shop
210+
</a>
211+
212+
- <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="ml-4 -mt-px w-5 h-5 text-gray-400">
213+
- <path d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
214+
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="ml-4 -mt-px w-5 h-5 text-gray-400">
215+
+ <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" />
216+
</svg>
217+
218+
<a href="https://github.com/sponsors/taylorotwell" class="ml-1 underline">

0 commit comments

Comments
 (0)