7086 Commits

Author SHA1 Message Date
Julius Kiekbusch
f9bedb320c
Fix tailwindclass (#6518) v11.5.1 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
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 <crynobone@gmail.com>
v11.5.0
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) v11.4.0 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 v11.3.3 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 Ramezan
bc03c8d748
Update .gitignore (#6486)
* Update .gitignore

Added Panic's Nova Code Editor `dot` files

* Update .gitignore

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
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) v11.3.2 2024-10-21 08:59:43 -05:00
taylorotwell
1c880c36e2 Update CHANGELOG 2024-10-15 20:04:27 +00:00
Taylor Otwell
f9f5e3c3ae wip v11.3.1 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 v11.3.0 2024-10-14 09:25:43 -05:00
Taylor Otwell
2f17c97641 remove retries 2024-10-14 09:22:52 -05:00
Taylor Otwell
0973f0a336 add restart tries 2024-10-11 16:57:35 -05:00
Taylor Otwell
b378ce946a
Add Tailwind, "composer run dev" (#6463)
This PR does two things...

First, it adds a basic Tailwind configuration out of the box. This lets you start using Tailwind immediately without installing any starter kit. Useful if you just want to mess around or build things from scratch.

Second, it adds a composer run dev script, which starts php artisan serve, php artisan queue:listen --tries=1, php artisan pail (now a dev dependency by default), and npm run dev all in one command, with color coded output in the terminal using concurrently.
2024-10-10 14:21:56 -05:00
taylorotwell
a61a6361ed Update CHANGELOG 2024-10-08 16:08:41 +00:00
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.
v11.2.1
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) v11.2.0 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) v11.1.5 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 v11.1.4 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) 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