Commit Graph
6886 Commits
Author SHA1 Message Date
Taylor Otwell 20b7e19a65 add default address 2022-02-14 12:25:37 -06:00
Shuvro RoyandTaylor Otwell 5eef672a6a [9.x] Fix lang alphabetical order (#5812)
* Fix lang alphabetical order

* Update pagination.php

Co-authored-by: Taylor Otwell <[email protected]>
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
Dries Vints 5a374ae636 [10.x] Prep Laravel 10 (#5805)
* Prep Laravel 10

* Update composer.json

* Update Kernel.php

* Update composer.json

* Update composer.json
2022-02-11 08:33:57 -06:00
Felix DornandDries Vints e077976680 [9.x] Remove redundant nulls (#5811)
* follow up of #5791

* Update app.php

Co-authored-by: Dries Vints <[email protected]>
2022-02-11 08:22:45 -06:00
Dries Vints 6c1f430aa7 Revert "Fix .gitattributes consistency with .editorconfig (#5802)" (#5809)
This reverts commit 207a23e4a1.
2022-02-10 10:51:03 -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
ThisGitHubUsernameWasAvailable 207a23e4a1 Fix .gitattributes consistency with .editorconfig (#5802)
`lf` EOL is defined in `.editorconfig` but missed in `.gitattributes`, so here is the fix.
This little fix helps keep the EOL consistent across the project and ensures it doesn't get messed up by GitHub Desktop or any other GIT client.
2022-02-09 08:55:45 -06:00
Taylor Otwell 5901059eba add discovery method default 2022-02-09 08:53:30 -06:00
Dries Vints 13035e08c4 revert 10 for now 2022-02-08 18:07:52 +01:00
Dries Vints 9301304460 Laravel 10 2022-02-08 18:06:07 +01:00
Nuno MaduroandTaylor Otwell 1d9e53f90d Adds Laravel v9.x to changelog (#5803)
* Adds Laravel `v9.x` to changelog

* Update CHANGELOG.md

Co-authored-by: Taylor Otwell <[email protected]>
2022-02-08 10:27:21 -06:00
driesvints 4c6186ac62 Update CHANGELOG.md 2022-02-08 16:08:54 +00: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
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