Skip to content

Commit 06475a8

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent f55d526 commit 06475a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+116052
-1
lines changed

diffs/v10.0.0...v12.0.4.diff

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

diffs/v10.0.1...v12.0.4.diff

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

diffs/v10.0.2...v12.0.4.diff

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

diffs/v10.0.3...v12.0.4.diff

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

diffs/v10.0.4...v12.0.4.diff

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

diffs/v10.0.5...v12.0.4.diff

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

diffs/v10.0.6...v12.0.4.diff

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

diffs/v10.0.7...v12.0.4.diff

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

diffs/v10.1.0...v12.0.4.diff

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

diffs/v10.1.1...v12.0.4.diff

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

diffs/v10.2.0...v12.0.4.diff

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

diffs/v10.2.1...v12.0.4.diff

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

diffs/v10.2.10...v12.0.4.diff

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

diffs/v10.2.2...v12.0.4.diff

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

diffs/v10.2.3...v12.0.4.diff

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

diffs/v10.2.4...v12.0.4.diff

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

diffs/v10.2.5...v12.0.4.diff

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

diffs/v10.2.6...v12.0.4.diff

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

diffs/v10.2.7...v12.0.4.diff

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

diffs/v10.2.8...v12.0.4.diff

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

diffs/v10.2.9...v12.0.4.diff

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

diffs/v10.3.0...v12.0.4.diff

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

diffs/v10.3.1...v12.0.4.diff

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

diffs/v10.3.2...v12.0.4.diff

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

diffs/v10.3.3...v12.0.4.diff

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

diffs/v11.0.0...v12.0.4.diff

+1,077
Large diffs are not rendered by default.

diffs/v11.0.1...v12.0.4.diff

+1,075
Large diffs are not rendered by default.

diffs/v11.0.2...v12.0.4.diff

+1,062
Large diffs are not rendered by default.

diffs/v11.0.3...v12.0.4.diff

+1,057
Large diffs are not rendered by default.

diffs/v11.0.4...v12.0.4.diff

+1,023
Large diffs are not rendered by default.

diffs/v11.0.5...v12.0.4.diff

+1,030
Large diffs are not rendered by default.

diffs/v11.0.6...v12.0.4.diff

+1,011
Large diffs are not rendered by default.

diffs/v11.0.7...v12.0.4.diff

+971
Large diffs are not rendered by default.

diffs/v11.0.8...v12.0.4.diff

+974
Large diffs are not rendered by default.

diffs/v11.0.9...v12.0.4.diff

+973
Large diffs are not rendered by default.

diffs/v11.1.0...v12.0.4.diff

+976
Large diffs are not rendered by default.

diffs/v11.1.1...v12.0.4.diff

+962
Large diffs are not rendered by default.

diffs/v11.1.2...v12.0.4.diff

+950
Large diffs are not rendered by default.

diffs/v11.1.3...v12.0.4.diff

+952
Large diffs are not rendered by default.

diffs/v11.1.4...v12.0.4.diff

+946
Large diffs are not rendered by default.

diffs/v11.1.5...v12.0.4.diff

+950
Large diffs are not rendered by default.

diffs/v11.2.0...v12.0.4.diff

+933
Large diffs are not rendered by default.

diffs/v11.2.1...v12.0.4.diff

+932
Large diffs are not rendered by default.

diffs/v11.3.0...v12.0.4.diff

+955
Large diffs are not rendered by default.

diffs/v11.3.1...v12.0.4.diff

+959
Large diffs are not rendered by default.

diffs/v11.3.2...v12.0.4.diff

+954
Large diffs are not rendered by default.

diffs/v11.3.3...v12.0.4.diff

+920
Large diffs are not rendered by default.

diffs/v11.4.0...v12.0.4.diff

+906
Large diffs are not rendered by default.

diffs/v11.5.0...v12.0.4.diff

+882
Large diffs are not rendered by default.

diffs/v11.5.1...v12.0.4.diff

+862
Large diffs are not rendered by default.

diffs/v11.6.0...v12.0.4.diff

+826
Large diffs are not rendered by default.

diffs/v11.6.1...v12.0.4.diff

+806
Large diffs are not rendered by default.

diffs/v12.0.0...v12.0.4.diff

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
2+
index 769390bf..e43d40dd 100644
3+
--- a/.github/workflows/tests.yml
4+
+++ b/.github/workflows/tests.yml
5+
@@ -44,4 +44,4 @@ jobs:
6+
run: php artisan key:generate
7+
8+
- name: Execute tests
9+
- run: vendor/bin/phpunit
10+
+ run: php artisan test
11+
diff --git a/CHANGELOG.md b/CHANGELOG.md
12+
index 42dc426e..23017a91 100644
13+
--- a/CHANGELOG.md
14+
+++ b/CHANGELOG.md
15+
@@ -1,6 +1,22 @@
16+
# Release Notes
17+
18+
-## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.0...master)
19+
+## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.3...12.x)
20+
+
21+
+## [v12.0.3](https://github.com/laravel/laravel/compare/v12.0.2...v12.0.3) - 2025-03-17
22+
+
23+
+* Remove reverted change from CHANGELOG.md by [@AJenbo](https://github.com/AJenbo) in https://github.com/laravel/laravel/pull/6565
24+
+* Improves clarity in app.css file by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6569
25+
+* [12.x] Refactor: Structural improvement for clarity by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6574
26+
+* Bump axios from 1.7.9 to 1.8.2 - Vulnerability patch by [@abdel-aouby](https://github.com/abdel-aouby) in https://github.com/laravel/laravel/pull/6572
27+
+* [12.x] Remove Unnecessarily [@source](https://github.com/source) by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6584
28+
+
29+
+## [v12.0.2](https://github.com/laravel/laravel/compare/v12.0.1...v12.0.2) - 2025-03-04
30+
+
31+
+* Make the github test action run out of the box independent of the choice of testing framework by [@ndeblauw](https://github.com/ndeblauw) in https://github.com/laravel/laravel/pull/6555
32+
+
33+
+## [v12.0.1](https://github.com/laravel/laravel/compare/v12.0.0...v12.0.1) - 2025-02-24
34+
+
35+
+* [12.x] prefer stable stability by [@pataar](https://github.com/pataar) in https://github.com/laravel/laravel/pull/6548
36+
37+
## [v12.0.0 (2025-??-??)](https://github.com/laravel/laravel/compare/v11.0.2...v12.0.0)
38+
39+
diff --git a/composer.json b/composer.json
40+
index 792b9929..9c446ae8 100644
41+
--- a/composer.json
42+
+++ b/composer.json
43+
@@ -53,9 +53,6 @@
44+
]
45+
},
46+
"extra": {
47+
- "branch-alias": {
48+
- "dev-master": "12.x-dev"
49+
- },
50+
"laravel": {
51+
"dont-discover": []
52+
}
53+
@@ -69,6 +66,6 @@
54+
"php-http/discovery": true
55+
}
56+
},
57+
- "minimum-stability": "dev",
58+
+ "minimum-stability": "stable",
59+
"prefer-stable": true
60+
}
61+
diff --git a/config/logging.php b/config/logging.php
62+
index 8d94292b..1345f6f6 100644
63+
--- a/config/logging.php
64+
+++ b/config/logging.php
65+
@@ -98,10 +98,10 @@ return [
66+
'driver' => 'monolog',
67+
'level' => env('LOG_LEVEL', 'debug'),
68+
'handler' => StreamHandler::class,
69+
- 'formatter' => env('LOG_STDERR_FORMATTER'),
70+
- 'with' => [
71+
+ 'handler_with' => [
72+
'stream' => 'php://stderr',
73+
],
74+
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
75+
'processors' => [PsrLogMessageProcessor::class],
76+
],
77+
78+
diff --git a/package.json b/package.json
79+
index a047e268..4e4ab6fe 100644
80+
--- a/package.json
81+
+++ b/package.json
82+
@@ -7,10 +7,10 @@
83+
},
84+
"devDependencies": {
85+
"@tailwindcss/vite": "^4.0.0",
86+
- "axios": "^1.7.4",
87+
+ "axios": "^1.8.2",
88+
"concurrently": "^9.0.1",
89+
"laravel-vite-plugin": "^1.2.0",
90+
"tailwindcss": "^4.0.0",
91+
- "vite": "^6.0.11"
92+
+ "vite": "^6.2.4"
93+
}
94+
}
95+
diff --git a/resources/css/app.css b/resources/css/app.css
96+
index 2243c606..3e6abeab 100644
97+
--- a/resources/css/app.css
98+
+++ b/resources/css/app.css
99+
@@ -2,9 +2,8 @@
100+
101+
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
102+
@source '../../storage/framework/views/*.php';
103+
-@source "../**/*.blade.php";
104+
-@source "../**/*.js";
105+
-@source "../**/*.vue";
106+
+@source '../**/*.blade.php';
107+
+@source '../**/*.js';
108+
109+
@theme {
110+
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',

diffs/v12.0.1...v12.0.4.diff

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
2+
index 769390bf..e43d40dd 100644
3+
--- a/.github/workflows/tests.yml
4+
+++ b/.github/workflows/tests.yml
5+
@@ -44,4 +44,4 @@ jobs:
6+
run: php artisan key:generate
7+
8+
- name: Execute tests
9+
- run: vendor/bin/phpunit
10+
+ run: php artisan test
11+
diff --git a/CHANGELOG.md b/CHANGELOG.md
12+
index 42dc426e..23017a91 100644
13+
--- a/CHANGELOG.md
14+
+++ b/CHANGELOG.md
15+
@@ -1,6 +1,22 @@
16+
# Release Notes
17+
18+
-## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.0...master)
19+
+## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.3...12.x)
20+
+
21+
+## [v12.0.3](https://github.com/laravel/laravel/compare/v12.0.2...v12.0.3) - 2025-03-17
22+
+
23+
+* Remove reverted change from CHANGELOG.md by [@AJenbo](https://github.com/AJenbo) in https://github.com/laravel/laravel/pull/6565
24+
+* Improves clarity in app.css file by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6569
25+
+* [12.x] Refactor: Structural improvement for clarity by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6574
26+
+* Bump axios from 1.7.9 to 1.8.2 - Vulnerability patch by [@abdel-aouby](https://github.com/abdel-aouby) in https://github.com/laravel/laravel/pull/6572
27+
+* [12.x] Remove Unnecessarily [@source](https://github.com/source) by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6584
28+
+
29+
+## [v12.0.2](https://github.com/laravel/laravel/compare/v12.0.1...v12.0.2) - 2025-03-04
30+
+
31+
+* Make the github test action run out of the box independent of the choice of testing framework by [@ndeblauw](https://github.com/ndeblauw) in https://github.com/laravel/laravel/pull/6555
32+
+
33+
+## [v12.0.1](https://github.com/laravel/laravel/compare/v12.0.0...v12.0.1) - 2025-02-24
34+
+
35+
+* [12.x] prefer stable stability by [@pataar](https://github.com/pataar) in https://github.com/laravel/laravel/pull/6548
36+
37+
## [v12.0.0 (2025-??-??)](https://github.com/laravel/laravel/compare/v11.0.2...v12.0.0)
38+
39+
diff --git a/config/logging.php b/config/logging.php
40+
index 8d94292b..1345f6f6 100644
41+
--- a/config/logging.php
42+
+++ b/config/logging.php
43+
@@ -98,10 +98,10 @@ return [
44+
'driver' => 'monolog',
45+
'level' => env('LOG_LEVEL', 'debug'),
46+
'handler' => StreamHandler::class,
47+
- 'formatter' => env('LOG_STDERR_FORMATTER'),
48+
- 'with' => [
49+
+ 'handler_with' => [
50+
'stream' => 'php://stderr',
51+
],
52+
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
53+
'processors' => [PsrLogMessageProcessor::class],
54+
],
55+
56+
diff --git a/package.json b/package.json
57+
index a047e268..4e4ab6fe 100644
58+
--- a/package.json
59+
+++ b/package.json
60+
@@ -7,10 +7,10 @@
61+
},
62+
"devDependencies": {
63+
"@tailwindcss/vite": "^4.0.0",
64+
- "axios": "^1.7.4",
65+
+ "axios": "^1.8.2",
66+
"concurrently": "^9.0.1",
67+
"laravel-vite-plugin": "^1.2.0",
68+
"tailwindcss": "^4.0.0",
69+
- "vite": "^6.0.11"
70+
+ "vite": "^6.2.4"
71+
}
72+
}
73+
diff --git a/resources/css/app.css b/resources/css/app.css
74+
index 2243c606..3e6abeab 100644
75+
--- a/resources/css/app.css
76+
+++ b/resources/css/app.css
77+
@@ -2,9 +2,8 @@
78+
79+
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
80+
@source '../../storage/framework/views/*.php';
81+
-@source "../**/*.blade.php";
82+
-@source "../**/*.js";
83+
-@source "../**/*.vue";
84+
+@source '../**/*.blade.php';
85+
+@source '../**/*.js';
86+
87+
@theme {
88+
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',

diffs/v12.0.2...v12.0.4.diff

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
diff --git a/CHANGELOG.md b/CHANGELOG.md
2+
index 9a10609a..23017a91 100644
3+
--- a/CHANGELOG.md
4+
+++ b/CHANGELOG.md
5+
@@ -1,6 +1,18 @@
6+
# Release Notes
7+
8+
-## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.1...12.x)
9+
+## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.3...12.x)
10+
+
11+
+## [v12.0.3](https://github.com/laravel/laravel/compare/v12.0.2...v12.0.3) - 2025-03-17
12+
+
13+
+* Remove reverted change from CHANGELOG.md by [@AJenbo](https://github.com/AJenbo) in https://github.com/laravel/laravel/pull/6565
14+
+* Improves clarity in app.css file by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6569
15+
+* [12.x] Refactor: Structural improvement for clarity by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6574
16+
+* Bump axios from 1.7.9 to 1.8.2 - Vulnerability patch by [@abdel-aouby](https://github.com/abdel-aouby) in https://github.com/laravel/laravel/pull/6572
17+
+* [12.x] Remove Unnecessarily [@source](https://github.com/source) by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6584
18+
+
19+
+## [v12.0.2](https://github.com/laravel/laravel/compare/v12.0.1...v12.0.2) - 2025-03-04
20+
+
21+
+* Make the github test action run out of the box independent of the choice of testing framework by [@ndeblauw](https://github.com/ndeblauw) in https://github.com/laravel/laravel/pull/6555
22+
23+
## [v12.0.1](https://github.com/laravel/laravel/compare/v12.0.0...v12.0.1) - 2025-02-24
24+
25+
diff --git a/config/logging.php b/config/logging.php
26+
index 8d94292b..1345f6f6 100644
27+
--- a/config/logging.php
28+
+++ b/config/logging.php
29+
@@ -98,10 +98,10 @@ return [
30+
'driver' => 'monolog',
31+
'level' => env('LOG_LEVEL', 'debug'),
32+
'handler' => StreamHandler::class,
33+
- 'formatter' => env('LOG_STDERR_FORMATTER'),
34+
- 'with' => [
35+
+ 'handler_with' => [
36+
'stream' => 'php://stderr',
37+
],
38+
+ 'formatter' => env('LOG_STDERR_FORMATTER'),
39+
'processors' => [PsrLogMessageProcessor::class],
40+
],
41+
42+
diff --git a/package.json b/package.json
43+
index a047e268..4e4ab6fe 100644
44+
--- a/package.json
45+
+++ b/package.json
46+
@@ -7,10 +7,10 @@
47+
},
48+
"devDependencies": {
49+
"@tailwindcss/vite": "^4.0.0",
50+
- "axios": "^1.7.4",
51+
+ "axios": "^1.8.2",
52+
"concurrently": "^9.0.1",
53+
"laravel-vite-plugin": "^1.2.0",
54+
"tailwindcss": "^4.0.0",
55+
- "vite": "^6.0.11"
56+
+ "vite": "^6.2.4"
57+
}
58+
}
59+
diff --git a/resources/css/app.css b/resources/css/app.css
60+
index 2243c606..3e6abeab 100644
61+
--- a/resources/css/app.css
62+
+++ b/resources/css/app.css
63+
@@ -2,9 +2,8 @@
64+
65+
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
66+
@source '../../storage/framework/views/*.php';
67+
-@source "../**/*.blade.php";
68+
-@source "../**/*.js";
69+
-@source "../**/*.vue";
70+
+@source '../**/*.blade.php';
71+
+@source '../**/*.js';
72+
73+
@theme {
74+
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
75+
diff --git a/routes/console.php b/routes/console.php
76+
index 19cef702..3c9adf1a 100644
77+
--- a/routes/console.php
78+
+++ b/routes/console.php
79+
@@ -1,10 +1,8 @@
80+
<?php
81+
82+
-use Illuminate\Foundation\Console\ClosureCommand;
83+
use Illuminate\Foundation\Inspiring;
84+
use Illuminate\Support\Facades\Artisan;
85+
86+
Artisan::command('inspire', function () {
87+
- /** @var ClosureCommand $this */
88+
$this->comment(Inspiring::quote());
89+
})->purpose('Display an inspiring quote');

diffs/v12.0.3...v12.0.4.diff

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
diff --git a/CHANGELOG.md b/CHANGELOG.md
2+
index 4f20ef07..23017a91 100644
3+
--- a/CHANGELOG.md
4+
+++ b/CHANGELOG.md
5+
@@ -1,6 +1,14 @@
6+
# Release Notes
7+
8+
-## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.2...12.x)
9+
+## [Unreleased](https://github.com/laravel/laravel/compare/v12.0.3...12.x)
10+
+
11+
+## [v12.0.3](https://github.com/laravel/laravel/compare/v12.0.2...v12.0.3) - 2025-03-17
12+
+
13+
+* Remove reverted change from CHANGELOG.md by [@AJenbo](https://github.com/AJenbo) in https://github.com/laravel/laravel/pull/6565
14+
+* Improves clarity in app.css file by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6569
15+
+* [12.x] Refactor: Structural improvement for clarity by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6574
16+
+* Bump axios from 1.7.9 to 1.8.2 - Vulnerability patch by [@abdel-aouby](https://github.com/abdel-aouby) in https://github.com/laravel/laravel/pull/6572
17+
+* [12.x] Remove Unnecessarily [@source](https://github.com/source) by [@AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/laravel/pull/6584
18+
19+
## [v12.0.2](https://github.com/laravel/laravel/compare/v12.0.1...v12.0.2) - 2025-03-04
20+
21+
diff --git a/package.json b/package.json
22+
index 739172bf..4e4ab6fe 100644
23+
--- a/package.json
24+
+++ b/package.json
25+
@@ -11,6 +11,6 @@
26+
"concurrently": "^9.0.1",
27+
"laravel-vite-plugin": "^1.2.0",
28+
"tailwindcss": "^4.0.0",
29+
- "vite": "^6.0.11"
30+
+ "vite": "^6.2.4"
31+
}
32+
}

tags.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,5 @@ v11.6.1
178178
v12.0.0
179179
v12.0.1
180180
v12.0.2
181-
v12.0.3
181+
v12.0.3
182+
v12.0.4

0 commit comments

Comments
 (0)