6919 Commits

Author SHA1 Message Date
Martin Bastien
25070a3ffb
Fix typo in the comment for token prefix (sanctum config) (#6248) 2023-09-26 20:37:09 -05:00
Taylor Otwell
960ea7b325
Update README.md 2023-09-25 16:38:15 -05:00
Taylor Otwell
78243dda89
Update README.md 2023-09-25 16:29:45 -05:00
Julius Kiekbusch
8e5f0e5d00
Use 12 bcrypt rounds for password in UserFactory (#6247) 2023-09-22 13:03:48 -05:00
Stephen Rees-Carter
540cec038f
Increase bcrypt rounds to 12 (#6245) 2023-09-22 10:06:29 -05:00
Julius Kiekbusch
88695a7cf4
Add PHP 8.3 to Tests Matrix (#6244) 2023-09-20 08:58:12 -05:00
Julius Kiekbusch
74c5a01b09
Let database handle default collation (#6241) 2023-09-19 09:15:38 -05:00
Julius Kiekbusch
96d3ecf5c2
Revert "Fix incorrect collation for MySQL 8 (#6239)" (#6240)
This reverts commit c088b3b7655fd2bc8c53d883f90f53e65bacc3e7.
2023-09-15 17:29:57 -05:00
Raj Siva-Rajah
c088b3b765
Fix incorrect collation for MySQL 8 (#6239) 2023-09-15 08:18:41 -05:00
Ahmed Fathy
bfead27a28
[10.x] Update sanctum config file (#6234)
* update sanctum config file

* Update sanctum.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2023-09-07 10:48:35 -05:00
Ninja
32ecad53a9
Postmark mailer configuraiton update. (#6228)
* Update mail.php

ref https://github.com/craigpaul/laravel-postmark/issues/141

* Update mail.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2023-08-21 14:34:28 -05:00
driesvints
56c6f6b6b6 Update CHANGELOG 2023-08-15 15:27:37 +00:00
Andréas Lundgren
36047268f1
Bump laravel-vite-plugin to latest version (#6224) v10.2.6 2023-08-10 09:19:31 +02:00
driesvints
04a8e8553e Update CHANGELOG 2023-07-11 14:38:41 +00:00
Taylor Otwell
f419821bd8 shorten directories v10.2.5 2023-06-30 10:18:14 -05:00
Benedikt Franke
6c1a39b5b3
Omit default values for suffix in phpunit.xml (#6210)
The values specified for `suffix` are their respective defaults and can be omitted.
2023-06-30 10:16:51 -05:00
Domantas Petrauskas
3ac233abb2
Allow accessing APP_NAME in Vite (#6204) 2023-06-21 19:07:13 -04:00
driesvints
f317722348 Update CHANGELOG 2023-06-20 15:53:51 +00:00
Eliezer Margareten
84991f2301
Update Kernel.php (#6193) v10.2.4 2023-06-07 08:20:56 -05:00
driesvints
a410a5af42 Update CHANGELOG 2023-06-06 14:54:05 +00:00
Taylor Otwell
85203d687e update description v10.2.3 2023-06-01 11:12:28 -05:00
driesvints
812bfb6911 Update CHANGELOG 2023-05-24 13:24:31 +00:00
Taylor Otwell
a6bfbc7f90 add lock path v10.2.2 2023-05-23 16:45:40 -05:00
driesvints
fb8e9cee79 Update CHANGELOG 2023-05-16 15:38:55 +00:00
Jesse Leite
953eae2938
Bring back cluster config option, as required by pusher-js v8.0. (#6174) v10.2.1 2023-05-12 13:39:56 -05:00
Eliezer Margareten
7e0a2db2e0
Add hashed cast to user password (#6171)
* Add `hashed` cast to user password

* Update composer.json
2023-05-10 13:51:00 -05:00
driesvints
90acdfe92b Update CHANGELOG 2023-05-09 14:24:52 +00:00
Saya
150e379ce2
Update mail.php (#6170) v10.2.0 2023-05-05 12:42:51 -05:00
Tim MacDonald
d3b2eada86
Migrate to modules (#6090) 2023-05-04 10:02:09 -05:00
Ayman Atmeh
d14bdeeb6d
Update welcome.blade.php (#6163)
"Set z-index to 10 for Login/Register container to ensure it appears on top of other elements"
2023-04-26 08:39:12 -05:00
driesvints
5070934fc5 Update CHANGELOG 2023-04-18 16:22:10 +00:00
Julius Kiekbusch
ec38e3bf76
Fix laravel/framework constraints for Default Service Providers (#6160) v10.1.1 2023-04-18 18:21:20 +02:00
driesvints
05a41f8a4b Update CHANGELOG 2023-04-18 14:05:48 +00:00
driesvints
badcf92f91 Update CHANGELOG 2023-04-18 14:05:26 +00:00
Taylor Otwell
ebf9d30bf3
[10.x] Minor skeleton slimming (#6159)
* remove rate limiter from route provider by default

* remove policy place holder

* remove broadcast skeleton in favor of new provider in core

* use default provider collection

* Remove unnecessary properties from exception handler.

* add back broadcast provider

* update comment

* add rate limiting

* Apply fixes from StyleCI

* fix formatting

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
v10.1.0
2023-04-15 16:53:39 -05:00
Nuno Maduro
64685e6f20
Adds phpunit/phpunit@10.1 support (#6155) v10.0.7 2023-04-14 09:03:05 -05:00
Taylor Otwell
7cc6699c3d clean up comment 2023-04-11 17:17:24 -05:00
driesvints
a25f40590b Update CHANGELOG 2023-04-11 16:36:22 +00:00
André Olsen
0bcd012dc0
Add job batching options to Queue configuration file (#6149)
* add batching config options to queue config file

This adds the batching configuration options to the queue configuration skeleton, so everyone has a faster way of knowing that it's possible to customize the database connection and table options.

* formatting

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
v10.0.6
2023-04-05 10:03:08 -05:00
driesvints
9184b21213 Update CHANGELOG 2023-03-28 18:05:26 +00:00
Alan Poulain
9ae75b58a1
[10.x] Add replace_placeholders to log channels (#6139)
* add replace_placeholders to log channels

* Update logging.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
v10.0.5
2023-03-08 10:57:09 -06:00
driesvints
d39fb35b4d Update CHANGELOG 2023-03-02 16:19:33 +00:00
Nico
22df611a2f
Specify facility in the syslog driver config (#6130) v10.0.4 2023-02-28 00:07:48 +05:30
Izzudin Anuar
a337b99dfb
Fix typo (#6128) 2023-02-25 23:37:54 +05:30
driesvints
9507bf2b2a Update CHANGELOG 2023-02-21 15:35:21 +00:00
Dries Vints
37ab32cf76
Update CHANGELOG.md v10.0.3 2023-02-21 16:33:51 +01:00
TENIOS
63202ceb0f
Update .gitignore (#6123)
Reorder
2023-02-21 08:49:27 +01:00
Tim MacDonald
e121424f90
Reverts #6089 (#6122) 2023-02-20 05:05:45 -06:00
Ngô Quốc Đạt
330995f6bd
Remove redundant @return docblock in UserFactory (#6119) 2023-02-18 14:54:42 -06:00
Taylor Otwell
1bb530c609
Revert "add ses-v2 mailer in config (#6112)" (#6115)
This reverts commit a1ef009415003fe981fc0f4a60ce9c4faf35f9f1.
2023-02-17 08:38:44 -06:00