Ahmed Alaa
6087e4fd3b
[12.x] Update config/mail.php to match the latest core configuration ( #6594 )
...
* Update config/mail.php to match the latest core configuration
* Update mail.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-04-02 12:34:19 -05:00
taylorotwell
f13915178d
Update CHANGELOG
2025-04-01 14:59:10 +00:00
Kim Hallberg
f308c84b10
Bump vite from 6.2.3 to 6.2.4 ( #6590 )
2025-03-31 09:06:07 -05:00
Abdelmajid Aouby
4d9e70e456
Bump vite from 6.0.11 to 6.2.3 - Vulnerability patch ( #6586 )
2025-03-27 10:25:28 -07:00
taylorotwell
979202df1c
Update CHANGELOG
2025-03-18 14:01:53 +00:00
Ahmed Alaa
4d6a75b0ea
[12.x] Remove Unnecessarily @source ( #6584 )
...
I think that the `@source` for `.vue` is not important because if we need to use Vue we will use the Vue starter kit
2025-03-17 15:14:58 -05:00
Abdelmajid Aouby
8402e5b6a2
Bump axios from 1.7.9 to 1.8.2 ( #6572 )
2025-03-10 12:22:43 -05:00
Ahmed Alaa
3549033ac7
[12.x] Refactor: Structural improvement for clarity ( #6574 )
...
* Structural improvement for clarity
* Update logging.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-03-10 12:07:54 -05:00
Ahmed Alaa
7d1dcad771
Improves clarity in app.css file ( #6569 )
2025-03-07 09:13:31 -06:00
Anders Jenbo
c1f2608e69
Remove reverted change from CHANGELOG.md ( #6565 )
2025-03-05 10:07:53 -06:00
Taylor Otwell
27348b7c90
remove change for now
2025-03-04 16:07:15 -06:00
taylorotwell
661e56994d
Update CHANGELOG
2025-03-04 16:28:45 +00:00
Anders Jenbo
1390672302
feat: add type hints for $this in routes/console.php ( #6559 )
...
* feat: add type hints for $this in routes/console.php
* Update console.php
* Update console.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-03-04 09:48:56 -06:00
Nico Deblauwe
540728ed96
Switch to php artisan test to make it work out of the box ( #6555 )
2025-02-27 11:27:31 -07:00
taylorotwell
bd44e4a0ce
Update CHANGELOG
2025-02-24 15:41:22 +00:00
Pieter Willekens
c7e8fc4fda
[12.x] prefer stable stability ( #6548 )
...
This feels as a leftover from the dev branch. But if I'm wrong, feel free to close this PR.
2025-02-24 09:40:17 -06:00
StyleCI Bot
fd51890716
Apply fixes from StyleCI
2025-02-23 22:49:41 +00:00
Taylor Otwell
1b8506b0a0
update fonts
2025-02-23 16:49:25 -06:00
Tony Lea
ab101086b8
Adding new laravel welcome ( #6546 )
2025-02-22 10:55:05 -06:00
Taylor Otwell
2a19af7a6d
Merge branch '11.x'
2025-02-20 14:53:58 -06:00
James King
ecf6de4992
Don't set CACHE_PREFIX to empty string by default ( #6542 )
...
Setting this to an empty string by default overrides the default behaviour of using APP_NAME in the cache config file, this leads to unintended consequences if this has been blindly copied into the app's main .env file without setting a value
2025-02-18 09:12:59 -06:00
Mior Muhammad Zaki
29037b320b
Merge branch '11.x'
...
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2025-02-15 12:31:15 +08:00
Jason McCreary
8c396f12c8
Re-add nunomaduro/collision ( #6539 )
...
* Re-add nunomaduro/collision
* Update composer.json
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-02-14 09:16:25 -06:00
Andrew Brown
79a94de4dd
remove APP_TIMEZONE environment variable ( #6536 )
...
force the timezone to be defined in the config file, rather than deferring to an environment variable.
IMO having the timezone dependent on an environment variable adds an unnecessary amount of risk for your average user who may be unaware of the effects from changing this value.
some scenarios where this could cause issues:
- devs set this value to their local timezone on their local dev machines, and they are writing `Carbon:create()` commands or similar that now are working only under the assumption of that timezone value
- you have multiple production servers setup across the country and each has their own timezone value according to their location, but they all talk to a central database. now the database is loaded with mixed timezone variables
having an explicit value defined once for the application removes these risks.
reverts part of #6188
2025-02-12 10:13:57 -06:00
Mior Muhammad Zaki
6f1ebe26a4
chore: Update update-changelog.yml
2025-02-12 09:50:55 +08:00
Taylor Otwell
55738c0c4e
add REDIS_PERSISTENT env var
2025-02-11 11:57:06 -06:00
Mior Muhammad Zaki
a8b5e07522
chore: update changelog CI permission
2025-02-11 21:37:43 +08:00
Anders Jenbo
cf5aed8c2e
Improve static analysis by adding type hints for $app in artisan and public/index.php ( #6531 )
...
* feat: add type hints for $app in artisan and public/index.php
Added PHPDoc type hints for the $app variable to improve static analysis
support in PHPStan and PHPStorm. This prevents tools from incorrectly
flagging the variable and enhances developer experience.
No functional changes; only improves code readability and IDE support.
* Update artisan
* Update index.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-02-05 12:01:25 +01:00
Mior Muhammad Zaki
d24cb962ce
[12.x] Update skeleton dependencies ( #6532 )
...
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2025-02-01 12:37:08 +01:00
Ngô Quốc Đạt
c6dcaf788c
Upgrade to Tailwind CSS v4.0 ( #6523 )
...
* Upgrade to Tailwind CSS v4.0
* Upgrade to Tailwind CSS 4
* Upgrade to Tailwind CSS 4
* Upgrade to Tailwind CSS 4
* Upgrade to Tailwind CSS 4
* Upgrade to Tailwind CSS v4.0
* remove compatible styles
Co-authored-by: Julius Kiekbusch <contact@julius-kiekbusch.de >
* wip
---------
Co-authored-by: Julius Kiekbusch <contact@julius-kiekbusch.de >
2025-01-31 18:34:00 +01:00
taylorotwell
9edc9aad80
Update CHANGELOG
2025-01-28 16:01:29 +00:00
Sakari Cajanus
e417ebc95d
Remove extra hourly() method in console.php ( #6525 )
2025-01-24 14:55:06 -06:00
Mior Muhammad Zaki
60269b2705
Merge branch '11.x'
...
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2025-01-24 19:30:01 +08:00
Mior Muhammad Zaki
4760fcd6c5
Sync session.lifetime configuration ( #6522 )
...
See 066b740f14/config/session.php (L35)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2025-01-23 08:05:06 -06:00
Mior Muhammad Zaki
1f12f83de9
Update composer.json
2025-01-23 15:18:52 +08:00
laserhybiz
c452e15d84
Update vite dependencies ( #6521 )
2025-01-22 10:46:57 -06:00
taylorotwell
3dd0323ef5
Update CHANGELOG
2025-01-21 15:08:46 +00:00
Taylor Otwell
91b4096490
update filesystem config
2025-01-21 09:03:57 -06:00
TheCodeholic
f15301d18d
Preserve X-Xsrf-Token header from .htaccess ( #6520 )
...
* Preserve X-Xsrf-Token header from .htaccess
Preserve X-Xsrf-Token header for session based authentication when building API in Laravel
* Update .htaccess
* Update .htaccess
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-01-14 14:03:16 -06:00
taylorotwell
d4e9385fbb
Update CHANGELOG
2025-01-14 15:59:58 +00:00
Julius Kiekbusch
f9bedb320c
Fix tailwindclass ( #6518 )
2025-01-10 12:53:27 -08:00
Trevor Varwig
cb7ab6170b
fix css whitespace invalid-calc ( #6517 )
2025-01-09 12:14:56 -08:00
Mathias Grimm
658a49a19e
Adding PHP 8.4 to the tests matrix ( #6516 )
2025-01-07 16:04:38 -08:00
Tim Joosten
f08e4f8bc5
Update .gitignore to not ignore auth.json lan file. ( #6515 )
2025-01-06 08:52:53 -06:00
Mior Muhammad Zaki
295bdfeee9
fix merge conflict
...
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2024-12-27 09:04:49 +08:00
Mior Muhammad Zaki
7e3c5bc23a
Merge branch '11.x'
...
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2024-12-27 09:03:41 +08:00
taylorotwell
657070ea8a
Update CHANGELOG
2024-12-17 18:27:38 +00:00
Mior Muhammad Zaki
eb8085cf77
[11.x] Update config/mail.php with supported configuration ( #6506 )
...
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com >
2024-12-13 07:57:40 -06:00
taylorotwell
a39cb7cf58
Update CHANGELOG
2024-12-10 16:20:39 +00:00
Tim MacDonald
0993d09dc8
Upgrade to Vite 6 ( #6498 )
2024-12-02 14:11:41 -08:00