Commit Graph

7096 Commits

Author SHA1 Message Date
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) 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>
2023-04-15 16:53:39 -05:00
Nuno Maduro 64685e6f20
Adds `phpunit/phpunit@10.1` support (#6155) 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>
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>
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) 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 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
Dries Vints 589b36d041
Laravel v11 compatible versions 2023-02-17 20:58:03 +01:00
Dries Vints 3c2609acb4
Merge branch '10.x'
# Conflicts:
#	CHANGELOG.md
2023-02-17 20:39:11 +01:00
Taylor Otwell 1bb530c609
Revert "add ses-v2 mailer in config (#6112)" (#6115)
This reverts commit a1ef009415.
2023-02-17 08:38:44 -06:00
Ankur Kumar a1ef009415
add ses-v2 mailer in config (#6112) 2023-02-17 08:38:29 -06:00
Jonathan Goode c909b037ae
Missing comma (#6111) 2023-02-17 08:47:16 +01:00
taylorotwell 4ca1a394f4 Update CHANGELOG 2023-02-16 19:40:10 +00:00
Taylor Otwell 3986d4c540 remove unneeded call 2023-02-16 13:38:12 -06:00
driesvints bdd61ef5eb Update CHANGELOG 2023-02-16 10:04:00 +00:00
Dries Vints c5744721b0
Merge branch '10.x' 2023-02-16 11:02:58 +01:00
Nicolas Grekas ad279a61d1
Allow php-http/discovery as a composer plugin (#6106) 2023-02-15 10:11:56 -06:00
Shakil Alam 36202b2012
Add PHPUnit result cache to gitignore (#6105) 2023-02-14 13:31:16 -06:00
Taylor Otwell 9c4cef107f note ses-v2 2023-02-14 13:04:45 -06:00
Dries Vints d90ea8a79a
Merge branch '10.x'
# Conflicts:
#	composer.json
2023-02-14 16:57:40 +01:00
Stephen Damian - PHP / Laravel 10 / Vue.js / React e4abd484e5
Remove branch-alias from composer.json (#6103)
Co-authored-by: s-damian <contact@damian-freelance.fr>
2023-02-14 16:57:14 +01:00
Dries Vints f32a9d64b5
dev stability 2023-02-14 16:52:25 +01:00
Dries Vints 1df3be4846
Prepare v11 2023-02-14 16:50:55 +01:00
Dries Vints 674fbcceb9
Update CHANGELOG.md 2023-02-14 16:37:02 +01:00
Taylor Otwell acd0f29ac7 update min stability 2023-02-14 09:31:57 -06:00
Taylor Otwell f48a46bf20 Merge branch '9.x' into 10.x 2023-02-14 09:17:09 -06:00
emargareten f19397bce0
Update package.json (#6100) 2023-02-13 13:59:03 -06:00
Nuno Maduro 4e957b2908
Tweaks Laravel description (#6099) 2023-02-13 12:07:51 -06:00
emargareten 6f4cea4114
remove lodash (#6095) 2023-02-13 10:41:14 -06:00
Arne_ 5b60b604c4
[9.x] Adds clarification to throttle auth setting (#6096)
* adds clarification to throttle auth setting

* Update auth.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2023-02-12 14:06:25 -06:00
Taylor Otwell 61a14cdcc4 remove shop for now while store being redone 2023-02-10 09:28:06 -06:00
Jess Archer d73651553b
[10.x] A fresh welcome page (#6093)
* wip

* minor tweaks

* Use cool gray for dark mode

* Use the same grays for light and dark

* Improve dots bg

* Add some red back into dark mode

* Replace Tailwind CDN with compiled CSS

* Remove unnecessary class

* Restore font-display: swap

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2023-02-10 09:26:37 -06:00
Taylor Otwell 18c6b2b39a update change log 2023-02-08 11:13:11 -06:00
Taylor Otwell 135e35ba7c fix conflicts 2023-02-08 11:12:47 -06:00
Taylor Otwell 842f511ec7 remove lang directory by default 2023-02-07 20:20:08 -06:00
Nuno Maduro 99b1d97321
[10.x] Adds PHPUnit 10 support (#6052)
* Adds PHPUnit 10 support

* Reverts `noNamespaceSchemaLocation`

* Improves PHPUnit configuration file
2023-02-07 09:26:27 -06:00
Tim MacDonald 5eb99fcae6
sets ASSET_URL to use / as the default value (#6089) 2023-02-06 09:07:12 -06:00