Commit Graph

7078 Commits

Author SHA1 Message Date
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 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) 2024-10-21 08:59:43 -05:00
taylorotwell 1c880c36e2 Update CHANGELOG 2024-10-15 20:04:27 +00:00
Taylor Otwell f9f5e3c3ae wip 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 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.
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