Commit Graph
7119 Commits
Author SHA1 Message Date
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 <[email protected]>
2025-02-15 12:31:15 +08:00
Jason McCrearyandTaylor Otwell 8c396f12c8 Re-add nunomaduro/collision (#6539)
* Re-add nunomaduro/collision

* Update composer.json

---------

Co-authored-by: Taylor Otwell <[email protected]>
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 JenboandTaylor Otwell 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 <[email protected]>
2025-02-05 12:01:25 +01:00
Mior Muhammad Zaki d24cb962ce [12.x] Update skeleton dependencies (#6532)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
2025-02-01 12:37:08 +01:00
Ngô Quốc ĐạtandJulius Kiekbusch 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 <[email protected]>

* wip

---------

Co-authored-by: Julius Kiekbusch <[email protected]>
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 <[email protected]>
2025-01-24 19:30:01 +08:00
Mior Muhammad Zaki 4760fcd6c5 Sync session.lifetime configuration (#6522)
See https://github.com/laravel/framework/blob/066b740f14461bb1a793ebb9742321ee00974060/config/session.php#L35

Signed-off-by: Mior Muhammad Zaki <[email protected]>
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
TheCodeholicandTaylor Otwell 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 <[email protected]>
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 <[email protected]>
2024-12-27 09:04:49 +08:00
Mior Muhammad Zaki 7e3c5bc23a Merge branch '11.x'
Signed-off-by: Mior Muhammad Zaki <[email protected]>
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 <[email protected]>
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
Pavel 8b67958f49 Narrow down array types (#6497) 2024-11-21 08:54:46 -06:00
taylorotwell 980ef58fdd Update CHANGELOG 2024-11-19 20:51:59 +00:00
Taylor Otwell 2eacb3d0f0 wip 2024-11-18 08:18:44 -06:00
Andrew Brown 3b146114e2 match HidesAttributes docblocks (#6495)
the docblock in `HidesAttributes` was updated in #42512, so this child class should be using the same.

otherwise PHPStan throws a "PHPDoc type array<int, string> of property App\Models\User::$hidden is not covariant with PHPDoc type list<string> of  property Illuminate\Database\Eloquent\Model::$hidden" error
2024-11-18 08:18:13 -06:00
Perry van der Meer 3622d746fd Update composer.json (#6490) 2024-11-14 09:30:38 -06:00
Emran RamezanandTaylor Otwell bc03c8d748 Update .gitignore (#6486)
* Update .gitignore

Added Panic's Nova Code Editor `dot` files

* Update .gitignore

---------

Co-authored-by: Taylor Otwell <[email protected]>
2024-11-08 07:55:36 +10:00
Vaggelis Yfantis 70f437b6fc Add $schema property to composer.json (#6484) 2024-11-03 15:04:06 -06:00
Amir Mohammad Babaei 2e6ac2c9d2 Inconsistency in Github action names (#6478)
* Update pull-requests.yml

* Update issues.yml

* Update update-changelog.yml
2024-10-23 08:02:59 -05:00
taylorotwell 61fec7b898 Update CHANGELOG 2024-10-22 14:23:02 +00:00
Nuno Maduro 82a83a6981 Fixes pail timing out after an hour (#6473) 2024-10-21 08:59:43 -05:00
taylorotwell 1c880c36e2 Update CHANGELOG 2024-10-15 20:04:27 +00:00
Taylor Otwell f9f5e3c3ae wip 2024-10-15 15:03:46 -05:00
taylorotwell ea60b55f9c Update CHANGELOG 2024-10-15 14:29:07 +00:00
Taylor Otwell 6c3d2fb4a0 adjust colors 2024-10-14 09:25:43 -05:00