Commit Graph
7090 Commits
Author SHA1 Message Date
taylorotwell 3dd0323ef5 Update CHANGELOG 2025-01-21 15:08:46 +00:00
Taylor Otwell 91b4096490 update filesystem config 2025-01-21 09:03:57 -06:00
TheCodeholicandTaylor Otwell f15301d18d Preserve X-Xsrf-Token header from .htaccess (#6520)
* Preserve X-Xsrf-Token header from .htaccess

Preserve X-Xsrf-Token header for session based authentication when building API in Laravel

* Update .htaccess

* Update .htaccess

---------

Co-authored-by: Taylor Otwell <[email protected]>
2025-01-14 14:03:16 -06:00
taylorotwell d4e9385fbb Update CHANGELOG 2025-01-14 15:59:58 +00:00
Julius Kiekbusch f9bedb320c Fix tailwindclass (#6518) 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 <[email protected]>
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) 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 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 RamezanandTaylor Otwell bc03c8d748 Update .gitignore (#6486)
* Update .gitignore

Added Panic's Nova Code Editor `dot` files

* Update .gitignore

---------

Co-authored-by: Taylor Otwell <[email protected]>
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 HedgerandTaylor Otwell 3fd8dd8539 Expose lock table name (#6423)
* Expose lock table name

* Update cache.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
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