6890 Commits

Author SHA1 Message Date
Jess Archer
2e3563d9aa
Switch to ESM imports (#5895)
This improves the transition for Vite users.
v9.1.9
2022-05-27 17:36:33 -07:00
Graham Campbell
ea6e4097f5
Merge branch '9.x' 2022-05-15 21:11:17 +01:00
driesvints
8d3a964edc Update CHANGELOG 2022-05-10 15:38:08 +00:00
Taylor Otwell
7216fa7e9a a few wording changes v9.1.8 2022-05-05 14:52:25 -05:00
Dries Vints
5c5a300bfd
[9.x] Add specific test user in seeder (#5879)
* Update DatabaseSeeder.php

* formatting

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-05-05 08:53:49 -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
driesvints
ffd790eae1 Update CHANGELOG 2022-05-03 15:52:34 +00:00
Dries Vints
5840c98d8f
Bump minimum Laravel version v9.1.7 2022-05-03 17:51:16 +02:00
Dries Vints
62cb9052cd
Update logging.php (#5874) 2022-05-03 09:31:17 -05:00
Dries Vints
f662352123
[9.x] Run tests for skeleton (#5873)
* Run tests for skeleton

* wip

* wip
2022-05-02 09:11:15 -05:00
Dries Vints
17fbcaaa10
Merge branch '8.x' into 9.x
# Conflicts:
#	CHANGELOG.md
#	server.php
2022-04-29 15:51:16 +02:00
Andréas Lundgren
52e99847d0
Fix alphabetical order for password rules (#5872) 2022-04-28 08:08:50 -05:00
Jesper Noordsij
d0603437cb
Bump laravel/framework version to latest (#5870)
Required for password rule translations to work properly (see https://github.com/laravel/framework/pull/42060)
2022-04-27 17:11:10 +02:00
driesvints
ba5f2dd26a Update CHANGELOG 2022-04-27 13:42:49 +00: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>
v9.1.6
2022-04-20 15:29:25 -05:00
Taylor Otwell
db0d052ece move password lines into main translation file 2022-04-20 09:17:01 -05:00
driesvints
ba23174f1c Update CHANGELOG 2022-04-12 15:23:51 +00:00
driesvints
78ad150a94 Update CHANGELOG.md 2022-04-12 15:09:15 +00:00
Taylor Otwell
d5d2b67dcb fix docblock v9.1.5 2022-04-12 09:34:17 -05:00
Taylor Otwell
a8cefc2dd1 update wording 2022-04-12 09:31:23 -05:00
Taylor Otwell
a507e14243 add levels to handler 2022-04-12 09:30:48 -05:00
Dries Vints
843a4f81eb
Update server.php (#5863) v8.6.12 2022-04-12 08:37:49 -05:00
Ostap Brehin
b630eae0b3
Update RouteServiceProvider.php (#5862) 2022-04-11 09:07:05 -05:00
Dries Vints
039a99ad14
Create pull-requests.yml 2022-04-08 11:05:03 +02:00
Taylor Otwell
19272e0bd3 revert change - unnecessary :) 2022-04-07 09:15:43 -05:00
Taylor Otwell
9986d516f0 remove packages file for a better experience 2022-04-06 11:12:17 -05:00
Taylor Otwell
d70eb3e1d1 wip 2022-04-05 20:53:46 -05:00
driesvints
61d1448ce9 Update CHANGELOG 2022-04-05 15:28:45 +00:00
Taylor Otwell
f7b982ebdf add encryption configuration v9.1.4 2022-03-29 14:50:24 -05:00
driesvints
55db9d681a Update CHANGELOG 2022-03-29 14:52:38 +00:00
Taylor Otwell
d650fa2a30
[9.x] Make authenticate session a route middleware (#5842)
* make authenticate session a route middleware

* Update Kernel.php
v9.1.3
2022-03-29 09:48:17 -05:00
Mateusz Nastalski
c532e14680
Remove "password" validation key (#5856) 2022-03-28 08:50:02 -05:00
Graham Campbell
004b1319f4
Drop PHP 8.0 (#5854) 2022-03-26 10:06:24 -05:00
Graham Campbell
23bf290143
Merge branch '9.x' 2022-03-26 11:56:15 +00: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
Dries Vints
c4f8ed0915
Update update-changelog.yml 2022-03-23 13:33:54 +01: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
222908f96f
Update .styleci.yml 2022-03-17 11:05:03 +01:00
Dries Vints
b18216ad5d
Update .styleci.yml (#5843) 2022-03-17 10:53:43 +01:00
driesvints
660417c9f7 Update CHANGELOG.md 2022-03-15 15:58:42 +00:00
Matthias Niess
9605fb17a3
The docker-compose.override.yml should not be ignored by default (#5838)
While this file can be used for local overrides, that is not its
only intended usage. E.g. a common setup would be like this:

- *docker-compose.yml*: services shared across builds
- *docker-compose.override.yml*: services only used in development
- *docker-compose.production.yml*: configuration needed for building production images.

Now for regular development you just need to run `docker-compose up --build` and only
in you CI you would build and run for production by explicitly naming the yml files.

TL;DR: Excluding docker-compose.override.yml seems to be a personal preference of
someone and they should do that in their global .gitignore if the are so inclined.
v9.1.2
2022-03-09 10:34:17 -06:00
driesvints
67be95196b Update CHANGELOG.md 2022-03-08 16:29:41 +00:00
Dries Vints
95fec9a3e8
Update mail.php (#5836) v9.1.1 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
driesvints
dcf59f0ef8 Update CHANGELOG.md 2022-02-22 16:06:37 +00:00
Dries Vints
ecf7b06c4b
Replace Laravel CORS package (#5825) v9.1.0 2022-02-22 09:42:30 -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