taylorotwell
5480b2a186
Update CHANGELOG
2025-10-28 15:32:51 +00:00
Tim MacDonald
6fc2c6dca3
Comment out CLI workers for fresh applications ( #6693 )
2025-10-23 08:49:17 -05:00
Ahmed Alaa
9b737df489
[12.x] Replace Bootcamp with Laravel Learn ( #6692 )
...
* Replace Bootcamp with Laravel Learn
* Revise text for Laravel Learn section
Updated wording for Laravel Learn link in README.
* Update Laravel learning resources in README
Removed redundancy in Laravel learning resources and added a link to Laravel Learn for guided application building.
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com >
2025-10-22 14:21:46 -05:00
taylorotwell
56c833e61f
Update CHANGELOG
2025-10-21 15:28:22 +00:00
Taylor Otwell
8e93cae119
add failover cache config
2025-10-21 11:27:10 -04:00
taylorotwell
9eb5825101
Update CHANGELOG
2025-10-21 15:25:04 +00:00
nuno maduro
473734f596
Makes test suite using broadcast's null driver ( #6691 )
2025-10-20 17:30:18 -04:00
Taylor Otwell
b8344c35ba
add deferred queue
2025-10-17 07:10:07 -05:00
Taylor Otwell
7db142b5c6
deferred queue config
2025-10-17 05:14:52 -05:00
taylorotwell
5dfbed80c0
Update CHANGELOG
2025-10-15 12:57:54 +00:00
Sajjad Hossain Shohag
ce337914f3
Update queue.php ( #6688 )
2025-10-15 07:56:37 -05:00
Taylor Otwell
976c622ae9
update failover
2025-10-15 07:54:45 -05:00
taylorotwell
741aa393f0
Update CHANGELOG
2025-10-14 14:11:55 +00:00
Taylor Otwell
e072464072
add failover driver
2025-10-13 20:17:40 -05:00
Taylor Otwell
b45fe690bd
disable model events by default when seeding
2025-10-07 14:49:30 -05:00
taylorotwell
4cb927ab30
Update CHANGELOG
2025-10-07 14:49:25 +00:00
Giuseppe Montuoro
e297ded077
Fix setup script ( #6682 )
2025-10-02 08:30:14 +01:00
Taylor Otwell
bd4a7dd9d8
reorder composer scripts
2025-10-01 16:12:15 +01:00
Taylor Otwell
da94152d73
remove seed from setup
2025-10-01 12:53:31 +01:00
Taylor Otwell
782803367b
ship setup script for cloning down new projects
2025-10-01 10:16:06 +01:00
taylorotwell
65712bd72d
Update CHANGELOG
2025-09-30 10:36:48 +00:00
Luke Kuzmish
ed88ce021d
Add pre-package-uninstall script to composer.json ( #6681 )
...
* Add pre-package-uninstall script to composer.json
* Fix JSON formatting in composer.json
2025-09-30 11:36:06 +01:00
Fredika Putra
af512c59e8
Update .editorconfig to target compose.yaml instead of docker-compose.yml ( #6679 )
2025-09-25 10:53:28 -05:00
Taylor Otwell
4d04f68ef9
fix database
2025-09-10 14:30:39 -05:00
Faissal Wahabali
eebb39cfbe
Bump vite to ^7.0.7 ( #6672 )
2025-09-09 19:07:32 -05:00
Ahmed Alaa
a696e5fd51
Fix type casting for environment variables in config files ( #6670 )
2025-09-07 17:58:17 -05:00
Taylor Otwell
39072d072c
move some items into pragmas
2025-09-07 17:40:40 -05:00
taylorotwell
b3d686abdf
Update CHANGELOG
2025-09-02 15:50:03 +00:00
Mateus Guimarães
9905b67c79
[12.x] Add default Redis retry configuration ( #6666 )
...
* first pass
* first pass
* Remove match
* Update database.php
2025-08-29 12:40:11 -05:00
Taylor Otwell
5b585a2278
deferred option
2025-08-26 10:10:45 -05:00
taylorotwell
08ab2598ba
Update CHANGELOG
2025-08-21 14:55:30 +00:00
Jason Varga
4aeb5602e8
revert ( #6662 )
2025-08-21 09:54:46 -05:00
Ahmed Alaa
d9d449413d
Use application name from configuration ( #6655 )
2025-08-15 08:59:00 -05:00
Ahmed Alaa
845011248b
Making sure all related processed are closed when terminating the currently command ( #6654 )
2025-08-14 12:39:27 -05:00
Ahmed Alaa
730d9b5e32
Bump Pint version ( #6653 )
2025-08-13 11:45:00 -05:00
taylorotwell
8d8d3b729a
Update CHANGELOG
2025-08-07 17:46:49 +00:00
Luke Spencer
a4d121f5e4
Change composer post-autoload-dump script to Artisan command ( #6647 )
...
* Change composer post-autoload-dump script to optimize:clear
* Changing to config:clear and clear-compiled
2025-08-03 09:58:20 -05:00
Robert Boes
902200e7aa
Revert "fix" ( #6646 )
...
This reverts commit dd473eaddc .
2025-07-28 08:49:50 -06:00
izzy goldman
efc90e285e
Fix Critical Security Vulnerability in form-data Dependency ( #6645 )
2025-07-23 09:16:56 -05:00
taylorotwell
85481fe44d
Update CHANGELOG
2025-07-22 15:57:04 +00:00
Tim MacDonald
624fb58ad8
Add Vite 7 support ( #6639 )
...
* Add Vite 7 support
* Lock Vite version
2025-07-11 04:25:51 -05:00
taylorotwell
a52070f637
Update CHANGELOG
2025-07-08 15:10:59 +00:00
Ahmed Alaa
4ab121576e
[12.x] Fix type casting for environment variables in config files ( #6637 )
...
* Update app.php
* Update cache.php
* Update database.php
* Update logging.php
* Update mail.php
2025-07-03 08:32:07 -05:00
Taylor Otwell
dd473eaddc
fix
2025-07-02 18:42:49 -04:00
Jonathan Goode
9a177b073b
Change to hyphenate prefixes and cookie names ( #6636 )
2025-06-28 19:24:37 +02:00
Ahmed Alaa
96164d15c0
Reorder environment variables in phpunit.xml for logical grouping ( #6634 )
2025-06-22 18:27:42 -05:00
laserhybiz
57b467f166
disable nightwatch in testing ( #6632 )
2025-06-18 07:52:30 -05:00
taylorotwell
f7992fabd1
Update CHANGELOG
2025-06-17 17:13:09 +00:00
taylorotwell
78600b89b7
Update CHANGELOG
2025-06-10 15:10:00 +00:00
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