7100 Commits

Author SHA1 Message Date
driesvints
4ef5e2f89e Update CHANGELOG 2024-07-09 16:01:01 +00:00
Tim MacDonald
69917ece2c
[11.x] Comment maintenance store (#6429) v11.1.3 2024-07-03 16:03:03 -05:00
driesvints
3b239422d8 Update CHANGELOG 2024-07-02 18:12:20 +00:00
StyleCI Bot
47fb90a8ca
Apply fixes from StyleCI v11.1.2 2024-06-20 14:41:46 +00:00
Nicolas Hedger
3fd8dd8539
Expose lock table name (#6423)
* Expose lock table name

* Update cache.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2024-06-20 09:41:28 -05:00
taylorotwell
3b3f9f13fa Update CHANGELOG 2024-06-04 13:56:47 +00:00
maru0914
ad38e564ac
Format the first letter of drivers to lowercase (#6413) v11.1.1 2024-06-04 08:28:32 -05:00
driesvints
b6d55576d1 Update CHANGELOG 2024-05-28 16:01:52 +00:00
Nuno Maduro
5d86ab4b72
Removes spatie/laravel-ignition (#6406) v11.1.0 2024-05-28 18:01:13 +02:00
driesvints
76510a70c5 Update CHANGELOG 2024-05-21 18:12:17 +00:00
Ricardo Čerljenko
b651fb109c
updated mail config (#6402) v11.0.9 2024-05-16 16:36:21 -05:00
driesvints
564e04381f Update CHANGELOG 2024-05-14 15:40:18 +00:00
Prince John Santillan
043a454ab8
Add .phpactor.json to .gitignore (#6400)
Laravel Herd adds this file when opening up Tinkerwell from Herd
v11.0.8
2024-05-13 12:07:32 -05:00
driesvints
b3df041d86 Update CHANGELOG 2024-05-07 14:18:25 +00:00
Taylor Otwell
4b1588713d add resend v11.0.7 2024-05-03 12:16:26 -05:00
Taylor Otwell
e7cc5778a0 resend 2024-05-03 12:14:44 -05:00
Jonathan Goode
cf0b40b878
Remove obsolete driver option (#6395) 2024-04-19 10:12:29 -05:00
driesvints
0259455a12 Update CHANGELOG 2024-04-09 15:50:21 +00:00
Jonathan Goode
3cb22426e1
Add missing roundrobin transport driver config (#6392) v11.0.6 2024-04-09 09:13:45 -05:00
Viktor Szépe
708fdb1a36
Fix PHPUnit constraint (#6389)
there was a BC break in PHPUnit https://github.com/sebastianbergmann/phpunit/issues/5690
2024-04-03 09:28:26 +02:00
driesvints
9e2d6f6498 Update CHANGELOG 2024-04-02 14:38:02 +00:00
Phil Bates
58baff2c70
[11.x] Use PHPUnit v11 (#6385)
Everythings works with no changes needed.

See:
* https://phpunit.de/announcements/phpunit-11.html
* https://github.com/sebastianbergmann/phpunit/blob/11.0.0/ChangeLog-11.0.md
v11.0.5
2024-03-26 12:50:37 -05:00
driesvints
93f660c173 Update CHANGELOG 2024-03-26 16:48:14 +00:00
Michael Nabil
441845d88d
[11.x] Fix on hover animation and ring (#6376)
Fix the card of the Vibrant Ecosystem when the mouse hovers over the card
v11.0.4
2024-03-15 09:03:35 -05:00
Dries Vints
6f5d9b8888
Fix retry_after to be an integer (#6377) 2024-03-15 09:02:06 -05:00
Sergey Pashkevich
eb8f9dc2d6
[11.x] Removed useless null parameter for env helper (#6373) 2024-03-15 11:19:40 +01:00
Sergey Pashkevich
51c4166bfb
[11.x] Removed useless null parameter for env helper (cache.php) (#6374) 2024-03-15 11:18:22 +01:00
driesvints
a6ce688ad1 Update CHANGELOG 2024-03-14 13:52:07 +00:00
Dries Vints
087543a48c
Revert collation change (#6372) v11.0.3 2024-03-14 14:51:29 +01:00
driesvints
881f890b99 Update CHANGELOG 2024-03-13 16:44:03 +00:00
driesvints
075c38c9e7 Update CHANGELOG v11.0.2 2024-03-13 16:43:01 +00:00
Taylor Otwell
79969c99c6 change mariadb default 2024-03-13 11:41:47 -05:00
Jared Lewis
dd0bf5c5a6
Update welcome.blade.php (#6363) 2024-03-13 13:31:34 +01:00
Zep Fietje
e7aa6346de
Remove branch alias from composer.json (#6366)
Cleans up composer.json similar to https://github.com/laravel/laravel/pull/6103.
2024-03-13 10:45:03 +01:00
Nuno Maduro
6ea57d766f
[11.x] Fixes SQLite driver missing (#6361)
* Fixes SQLite driver missing

* Workaround missing SQLite extension

* Adjusts command

* Update composer.json
v11.0.1
2024-03-12 13:20:16 -05:00
Nuno Maduro
c1fc3a0e69
Adjusts minimum stability v11.0.0 2024-03-12 13:52:43 +00:00
Dries Vints
ec8b74030f
Prepare 11.x branch 2024-03-07 15:06:04 +01:00
Marcel Pociot
e28752328c
Add Laravel Herd (#6356) 2024-03-06 10:09:00 -06:00
Nuno Maduro
512e86649e Merge branch '10.x' 2024-03-05 17:24:04 +00:00
Jason McCreary
1ee7849389
Add DB_CHARSET + DB_COLLATION (#6355) 2024-03-05 10:36:39 -06:00
Nuno Maduro
dd6777099d
Removes notes 2024-02-28 15:58:11 +00:00
Jason Beggs
90a0a16e0a
Recompile styles (#6354) 2024-02-28 14:30:00 +01:00
Jason Beggs
f76b09d218
Implement L11 welcome page design (#6335)
* Implement L11 welcome page design

* wip

* Remove shop and sponsor links and use more semantic elements

* Update screenshots to simplified versions

* Update images to use CDN versions and remove images from the repo

* Update Home to Dashboard

* Small tweaks to match Breeze
2024-02-27 18:10:21 -08:00
Nuno Maduro
9ec283d28e
Uses env on postmark email commented code as docs (#6350) 2024-02-25 08:09:51 -06:00
Nuno Maduro
f12dd8de26
Removes broadcasting (#6351) 2024-02-25 08:08:58 -06:00
Taylor Otwell
f437205a5e slim configuration 2024-02-23 14:35:25 -06:00
Taylor Otwell
96508d43ec wip 2024-02-23 11:53:06 -06:00
Taylor Otwell
27907e0181 update env example file 2024-02-22 20:53:41 -06:00
Taylor Otwell
8172528d3d use empty cache prefix in env example 2024-02-22 17:04:31 -06:00
Taylor Otwell
151eac5c1a remove comments 2024-02-14 11:46:47 -06:00