Commit Graph

7060 Commits

Author SHA1 Message Date
Dominik Koch 49bceac41f
Update welcome.blade.php to add missing alt tag (#6462)
Every image should have an alt tag for accessibility reasons, but this one did not, so this commit aims to add the missing one.
2024-10-08 08:34:41 -05:00
Punyapal Shah c9c8fb9ee7
Refactor User model to use HasFactory trait and add type hint for UserFactory (#6453) 2024-09-19 06:22:19 -05:00
Amdadul Haq 6e71b994e7
Update composer.json (#6454) 2024-09-18 11:21:54 -05:00
taylorotwell e0421a4ec9 Update CHANGELOG 2024-09-11 21:34:45 +00:00
Taylor Otwell bab16982dd
private files (#6450) 2024-09-11 15:12:40 -05:00
Fahad Khan 168e685936
Update .gitignore with Zed Editor (#6449) 2024-09-05 15:04:18 -05:00
driesvints f0a12c6600 Update CHANGELOG 2024-09-03 15:32:25 +00:00
laserhybiz c12fd185e6
Update package.json (#6440) 2024-08-14 16:36:13 +02:00
taylorotwell 6ebd9fed8a Update CHANGELOG 2024-07-16 14:40:46 +00:00
Taylor Otwell 2897a49c65 add sqlite options 2024-07-16 09:39:20 -05:00
driesvints 4ef5e2f89e Update CHANGELOG 2024-07-09 16:01:01 +00:00
Tim MacDonald 69917ece2c
[11.x] Comment maintenance store (#6429) 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 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) 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) 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) 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
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 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) 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
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
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) 2024-03-14 14:51:29 +01:00
driesvints 881f890b99 Update CHANGELOG 2024-03-13 16:44:03 +00:00
driesvints 075c38c9e7 Update CHANGELOG 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
2024-03-12 13:20:16 -05:00
Nuno Maduro c1fc3a0e69
Adjusts minimum stability 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