Commit Graph

6707 Commits

Author SHA1 Message Date
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 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
2022-03-29 09:48:17 -05:00
Mateusz Nastalski c532e14680
Remove "password" validation key (#5856) 2022-03-28 08:50:02 -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
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.
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) 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) 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
emargareten 4a6229aa65
Update RouteServiceProvider.php (#5818) 2022-02-16 08:18:19 -06:00
driesvints 345e46569d Update CHANGELOG.md 2022-02-15 18:07:39 +00: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
Dries Vints 376ed676ee
Update RouteServiceProvider.php (#5816) 2022-02-15 08:32:48 -06:00
Taylor Otwell 20b7e19a65 add default address 2022-02-14 12:25:37 -06:00
Shuvro Roy 5eef672a6a
[9.x] Fix lang alphabetical order (#5812)
* Fix lang alphabetical order

* Update pagination.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-02-14 11:20:49 -06:00
Taylor Otwell f2b8023df3
Revert "Add Redis facade as comment in app.config (#5813)" (#5814)
This reverts commit efd49c6b94.
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 90be1e323e
Merge pull request #5807 from u01jmg3/9.x
Align min PHP version with docs
2022-02-10 10:07:19 +01:00
Jonathan Goode 8097a3da49
Align min PHP version with docs 2022-02-10 01:08:38 +00:00
Nuno Maduro a49d1c2aa1
Merge pull request #5806 from axlon/patch-1
[9.x] Improve typing on user factory
2022-02-09 20:34:02 +00:00
Choraimy Kroonstuiver 6479a60e95
Improve typing on user factory 2022-02-09 21:24:35 +01:00
Taylor Otwell 5901059eba add discovery method default 2022-02-09 08:53:30 -06:00
Nuno Maduro 1d9e53f90d
Adds Laravel `v9.x` to changelog (#5803)
* Adds Laravel `v9.x` to changelog

* Update CHANGELOG.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-02-08 10:27:21 -06:00
driesvints 4c2104ac10 Update CHANGELOG.md 2022-02-08 15:54:01 +00:00
Dries Vints fb72538c96
Update CHANGELOG.md 2022-02-08 16:52:58 +01:00
Dries Vints 130b8de9cc
Update CHANGELOG.md 2022-02-08 16:52:33 +01:00
Taylor Otwell b0934a9118 Merge branch '8.x' 2022-02-08 09:21:31 -06:00
Dries Vints 79805bc1c4
[8.x] Auto update changelog file with a new release (#5801)
* Create update-changelog.md

* Update .gitattributes

* Rename update-changelog.md to update-changelog.yml
2022-02-08 08:36:57 -06:00
Dries Vints 71efaae0a5
Merge branch '8.x' 2022-02-08 13:28:17 +01:00
Nuno Maduro b86a62a6b8
Reverts analysing routes folder as it causes issues with html coverage reporter (#5800) 2022-02-07 08:26:16 -06:00
Andrey Helldar 4c5b774294
Added missing dot in `required_array_keys` validation rule (#5798) 2022-02-06 16:42:53 -06:00
Nuno Maduro f7bc33d584
Merge pull request #5797 from ArnaudLier/patch-1
[9.x] Remove `server.php` from StyleCI
2022-02-05 11:35:55 +00:00
Arnaud Lier 6e1e4dd138
Update .styleci.yml 2022-02-05 12:03:43 +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