Aluísio Pires
26ea0b697c
[12.x] Fix: Add void return type to withMiddleware and withExceptions to satisfy Rector analysis ( #6628 )
2025-06-09 09:16:34 -05:00
Ahmed Alaa
2f8a5bf10d
Reduce redundancy and keeps the .gitignore file cleaner ( #6629 )
2025-06-09 09:04:36 -05:00
Khaled Huthaily
cd854afd59
fix alphabetical order ( #6627 )
...
move `resend` before `ses`
2025-06-06 10:09:38 -05:00
taylorotwell
047ed5add8
Update CHANGELOG
2025-05-27 16:03:59 +00:00
MohammadRezaei
66578278ee
Enhance .gitignore to exclude common OS and log files ( #6619 )
...
* refactor(gitignore): Update .gitignore to exclude OS-generated and log files
* Update .gitignore
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-05-26 10:17:33 -07:00
Wogan May
1c027454d9
Minor language update ( #6615 )
...
PhpStorm's Natural Language module recommends this change to a countable noun, which happens to be exactly 6 characters long, so as to not affect the overall length of the line, while still making it ever-so-slightly more parseable.
2025-05-19 12:03:18 -05:00
Martin Bean
3731b09a43
Add JSON Schema to package.json ( #6613 )
...
Co-authored-by: Martin Bean <martinbean@users.noreply.github.com >
2025-05-15 10:11:00 -05:00
Ahmed Alaa
468d945836
remove apc ( #6611 )
2025-05-15 10:09:47 -05:00
taylorotwell
0764152626
Update CHANGELOG
2025-05-13 14:47:36 +00:00
Taylor Otwell
2d8f562092
remove apc
2025-05-11 20:55:57 -05:00
Ahmed Alaa
f6e4638ee6
Clean up URL formatting in README ( #6601 )
2025-04-16 06:37:18 -05:00
taylorotwell
126a6638bd
Update CHANGELOG
2025-04-15 15:46:02 +00:00
Josh Cirre
e654bf3662
Premium partner changes ( #6599 )
2025-04-15 10:24:16 -05:00
Mior Muhammad Zaki
43ad1946fc
Add composer run test command ( #6598 )
...
This prevents the application from running tests with cached config.
2025-04-11 10:21:14 -05:00
taylorotwell
fc42b7132a
Update CHANGELOG
2025-04-08 18:50:46 +00:00
Taylor Otwell
7a7015534e
use in memory database by default
2025-04-08 13:50:08 -05:00
taylorotwell
14cec1e9a3
Update CHANGELOG
2025-04-08 18:47:30 +00:00
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