Stephen Rees-Carter
540cec038f
Increase bcrypt rounds to 12 ( #6245 )
2023-09-22 10:06:29 -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
Taylor Otwell
a6bfbc7f90
add lock path
2023-05-23 16:45:40 -05:00
Jesse Leite
953eae2938
Bring back cluster config option, as required by pusher-js v8.0. ( #6174 )
2023-05-12 13:39:56 -05:00
Saya
150e379ce2
Update mail.php ( #6170 )
2023-05-05 12:42:51 -05: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
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
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
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
Tim MacDonald
e121424f90
Reverts #6089 ( #6122 )
2023-02-20 05:05:45 -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
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
Taylor Otwell
9c4cef107f
note ses-v2
2023-02-14 13:04:45 -06:00
Taylor Otwell
f48a46bf20
Merge branch '9.x' into 10.x
2023-02-14 09:17:09 -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
Tim MacDonald
5eb99fcae6
sets ASSET_URL to use / as the default value ( #6089 )
2023-02-06 09:07:12 -06:00
Taylor Otwell
e0a5b0efba
document new options
2023-01-31 09:00:17 -06:00
Taylor Otwell
a28ad2966d
rename password reset tokens table in skeleton
2023-01-30 16:53:14 -06:00
Bùi Thế Hạnh
5daa02c70b
Shorten pusher host config ( #6009 )
...
* Shorten pusher host config
* Update broadcasting.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-10-11 08:43:53 -05:00
rennokki
d694bc06cc
[9.x] Added support for easy development configuration in bootstrap.js ( #5900 )
...
* Added support for easy development configuration in bootstrap.js
* Added extra variables for existing configuration in broadcasting
* Update bootstrap.js
* Setting default for empty variable
* Update .env.example
* Update .env.example
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-06-24 13:35:29 -05:00
Oanh Nguyen
93cc51ed00
[9.x] Improve Pusher configuration for easy development ( #5897 )
...
* Improve Pusher configuration for easy development
* Fix style-ci
2022-06-07 10:03:59 -05:00
Bram in 't Zandt
14b6505bba
Update mail.php ( #5877 )
...
Add `local_domain` as an option to the smtp configuration. This can be used to change the domain that is used to send the `EHLO` command during the SMTP handshake.
`null` is a sensible default since Symfony/Mailer will use it's own default (`127.0.0.1`) to send the mail.
Co-authored-by: Bram in 't Zandt <bram@bigspark.com>
2022-05-04 09:05:31 -05:00
Dries Vints
62cb9052cd
Update logging.php ( #5874 )
2022-05-03 09:31:17 -05:00
Bruno Tomé
9d39835571
[9.x] Add missing maintenance to config ( #5868 )
...
* [9.x] Add missing maintenance to config
#40102
* fix spacing
* fix cache store for maintenance config
* formatting
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-04-20 15:29:25 -05:00
Taylor Otwell
d70eb3e1d1
wip
2022-04-05 20:53:46 -05:00
Taylor Otwell
f7b982ebdf
add encryption configuration
2022-03-29 14:50:24 -05:00
neoteknic
8594815f5e
Add username in config to use with phpredis + ACL ( #5851 )
...
Linked to https://github.com/laravel/framework/pull/41683/commits
2022-03-25 10:38:42 -05:00
Jack Ellis
9ffc18aa42
The comment for cache key prefix needed an update ( #5849 )
...
* The comment for cache key prefix needed an update
* formatting
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-03-21 15:35:38 -07:00
Noboru Shiroiwa
d8f0e93c56
[9.x] Add an example to the class aliases ( #5846 )
...
* Add an example to the class aliases
* Update app.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-03-21 09:00:48 -07:00
Dries Vints
95fec9a3e8
Update mail.php ( #5836 )
2022-03-08 08:38:39 -06:00
Ankur Kumar
93395a3468
[9.x] add throw to filesystems config ( #5835 )
2022-03-06 10:30:51 -06:00
Jesper Noordsij
4ecd97bcf7
Add option to configure Mailgun transporter scheme ( #5831 )
2022-03-03 08:13:57 -06:00
Roy Shay
969ff64e02
Small typo fix in filesystems.php ( #5827 )
...
* Update filesystems.php
* Update filesystems.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-02-22 15:05:53 -06:00
suyar
871ff9e65f
[9.x] Update sanctum config file ( #5820 )
...
* Update sanctum config file
* Update composer.json
Co-authored-by: suyaqi <suyaqi@wy.net>
Co-authored-by: Dries Vints <dries@vints.io>
2022-02-17 09:16:40 -06:00
m4tlch
19f4e346d4
Add underscore to prefix in database cache key ( #5817 )
...
For Redis caching prefix with underscore :
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
but when cache stored in database, then the key is created "merged" with prefix, by this line: 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), for example, if "key" is a key for cache, then the result is: "laravel_cachekey", not a preferable "laravel_cache_key"
2022-02-15 09:09:29 -06:00
Taylor Otwell
f2b8023df3
Revert "Add Redis facade as comment in app.config ( #5813 )" ( #5814 )
...
This reverts commit efd49c6b94a575f3523f5809690314dc6d8bccf5.
2022-02-14 11:05:44 -06:00
Markus Machatschek
efd49c6b94
Add Redis facade as comment in app.config ( #5813 )
2022-02-14 11:05:17 -06:00
Felix Dorn
e077976680
[9.x] Remove redundant null
s ( #5811 )
...
* follow up of #5791
* Update app.php
Co-authored-by: Dries Vints <dries@vints.io>
2022-02-11 08:22:45 -06:00
Dries Vints
71efaae0a5
Merge branch '8.x'
2022-02-08 13:28:17 +01:00
Taylor Otwell
939b0ce9ba
remove session key
2022-02-04 09:34:38 -06:00
Dries Vints
096638ea9a
Update the default Argon2 options
2022-02-03 16:06:00 +01:00
Anjorin Damilare
8819ee7097
[9.x]: remove redundant argument null
since default parameter is null
( #5791 )
2022-02-02 08:41:54 -06:00
Taylor Otwell
d43dcb1c54
document json session serialization ( #5787 )
2022-02-01 11:42:34 -06:00
Taylor Otwell
5ae2f24a04
fix spacing
2022-02-01 08:43:03 -06:00