Commit Graph

6759 Commits

Author SHA1 Message Date
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
Dries Vints 94771229ea
Merge pull request #5795 from emaia/patch-1
Fix alphabetical order
2022-02-03 10:38:16 +01:00
Emaia 9051a027c5
Fix alphabetical order 2022-02-02 22:57:23 -03: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 926c48e856 add validation language line 2022-02-01 11:48:12 -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
Nuno Maduro 54a249cd3c
Bumps `nunomaduro/collision` dependency (#5782) 2022-01-30 10:16:02 -06:00
Beau Simensen aed682e0de
[9.x] Make it easier to support Papertrail on Vapor out of the box (#5780)
* Make it easier to support Papertrail on Vapor

* Fixed style
2022-01-27 12:00:18 -06:00
Anjorin Damilare b2dbbafab9
[9.x] remove `null` since default parameter is `null` (#5779) 2022-01-27 11:50:11 -06:00
Nuno Maduro 4db44f80e5
Merge pull request #5774 from morrislaptop/user-factory-type
[9.x] Add type to UserFactory for generic parent class
2022-01-21 14:59:27 +00:00
Vytautas M f346b9a2f0
Bump axios version (#5773) 2022-01-21 08:49:38 -06:00
Craig Morris 1db81e7e8c use FQN 2022-01-21 12:32:08 +00:00
Craig Morris 4c94086856 switch to extends 2022-01-21 12:21:38 +00:00
Craig Morris 7bff7c6c61 add type to UserFactory for generic parent class 2022-01-21 12:12:45 +00:00
Nuno Maduro e92f1e9729
[9.x] Analysis routes files test coverage (#5771) 2022-01-20 09:55:58 -06:00
Nuno Maduro 0df17db8d9
Improves app's default aliases configuration file (#5769) 2022-01-17 13:28:59 -06:00
Jason McCreary 9b93e0d2d4
Use <env> element (#5765) 2022-01-15 09:05:53 -06:00
Graham Campbell 929571decd
Bumped minimum guzzle version to match that of the framework suggest list (#5766) 2022-01-14 07:04:13 -06:00
Dries Vints 9b4e424d98
Add Ignition (#5764) 2022-01-13 08:48:35 -06:00
Dries Vints 726e0bb10f
Merge pull request #5763 from laravel/revert-5762-master
Revert "[9.x] Add Ignition"
2022-01-13 10:34:58 +01:00
Dries Vints 3701593e66
Revert "[9.x] Add Ignition" 2022-01-13 10:34:51 +01:00
Dries Vints 9c182f861d
Merge pull request #5762 from freekmurze/master
[9.x] Add Ignition
2022-01-13 10:28:37 +01:00
Freek Van der Herten 70a8b4a108
Update composer.json 2022-01-12 23:47:13 +01:00
Dries Vints b58d346ba9
Update composer.json (#5761) 2022-01-12 09:51:03 -06:00
Taylor Otwell 8d08717f15
Update README.md 2022-01-06 15:31:01 -06:00
Barry vd. Heuvel 6808b20560
Use latest version of laravel-cors (#5758) 2022-01-03 09:02:45 -06:00
Reza Amini 409992eed0
[9.x] Make .env.example sync with new changes (#5757)
In this PR #5568  the key has been changed!
2022-01-02 12:19:56 -06:00
Dries Vints 2b7464fad4
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2021-12-22 11:09:09 +01:00
Dries Vints 56a73db2e3
Update CHANGELOG.md 2021-12-22 11:07:28 +01:00
Nuno Maduro 013b17793d
[9.x] Removes Core Class Aliases from the skeleton (#5751)
* Removes Core Class Aliases from the skeleton

* Updates configuration file

* use array merge

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-12-20 13:48:17 -06:00
Bilal Al-Massry f79296dcd5
Add mac_address validation message (#5754) 2021-12-20 09:12:28 -06:00
Dries Vints 1ea351916e
Update validation.php (#5753) 2021-12-17 08:40:10 -06:00
Zeros Developer 472d31e5f2
Simplify the maintenance file call (#5752)
* Simplify the maintenance file call

* Update index.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-12-16 09:06:59 -06:00
Dries Vints e999e1d07c
Update composer.json (#5750) 2021-12-15 07:49:21 -06:00
Nuno Maduro 583281c409
Removes `server.php` file (#5747) 2021-12-14 07:55:22 -06:00
Nuno Maduro 2a88c174b6
Imports without model events trait on seeds (#5745) 2021-12-10 07:16:58 -06:00
underwood 4bc502bba6
Delete web.config (#5744)
During a security audit one of the few recommendations they made was to remove or limit access to web.config.

Since this is mainly used by Microsoft IIS server it isn't necessary for most Laravel projects and could be added if someone is using Microsoft server.
2021-12-09 16:09:19 -06:00
rennokki c97ba79ab3
[9.x] Add client_options to Pusher driver (#5743)
* Add client_options to Pusher driver

* Update broadcasting.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-12-08 07:58:10 -06:00
Dries Vints 274d1bdd72
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-12-07 17:10:58 +01:00
Dries Vints 7e78e26c7c
Update CHANGELOG.md 2021-12-07 17:10:22 +01:00
Rob Lister 68a0dbed64
[8.x] Add option to set sendmail path. Fix default (#5741)
* Add option to set sendmail path. Fix default

Testing this in an application, it would seem that sendmail -bs is the wrong option for this case?

What Laravel appears to do is pipe an RFC-2822 formatted message on STDIN and requires the sendmail emulation to deal with it,
rather than -bs which initiates an SMTP session.

if Exim is the default MTA then -t would seem to be the correct option.

If you have an alternative installed instead of sendmail/exim, then there's no way to set the path, so I added MAIL_SENDMAIL_PATH
so you can do, e.g.:

MAIL_SENDMAIL_PATH="/usr/bin/msmtp -t --tls=off --from=${MAIL_FROM_ADDRESS} --auto-from=off"

msmtp doesn't support -bs at all

* Update mail.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-12-06 08:24:41 -06:00
Nuno Maduro 8a62ca2633
Improves generic types on the skeleton (#5740) 2021-12-03 09:04:57 -06:00
Bram 7bf32280e2
[8.x] Add types to arrays in boilerplate (#5738)
* Add more specific types

* Update Authenticate.php

* Update Authenticate.php
2021-12-02 14:40:24 -06:00
Micheal Mand e35899f0aa
Fix asset publishing if they were already published (#5734)
Thank you @sebdesign for the fix.
2021-11-24 20:07:41 -06:00
Dries Vints fcb4d9df1a
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-11-23 18:31:32 +01:00
Dries Vints 901879dd68
Update CHANGELOG.md 2021-11-23 18:31:14 +01:00
Dries Vints 0eb4a40eb3
Update CHANGELOG.md 2021-11-23 18:30:45 +01:00
N'Bayramberdiyev 3de91bca75
sort validation rules alphabetically (#5728) 2021-11-19 07:51:42 -06:00