Permalink
Switch branches/tags
{{ refName }}
default
9.x
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on May 5, 2022
-
-
[9.x] Add specific test user in seeder (#5879)
* Update DatabaseSeeder.php * formatting Co-authored-by: Taylor Otwell <taylor@laravel.com>
Commits on May 4, 2022
-
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>
Commits on May 3, 2022
Commits on May 2, 2022
-
[9.x] Run tests for skeleton (#5873)
* Run tests for skeleton * wip * wip
Commits on Apr 29, 2022
-
# Conflicts: # CHANGELOG.md # server.php
Commits on Apr 28, 2022
Commits on Apr 27, 2022
-
Bump laravel/framework version to latest (#5870)
Required for password rule translations to work properly (see laravel/framework#42060)
-
Commits on Apr 20, 2022
-
[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>
-
Commits on Apr 12, 2022
Commits on Apr 11, 2022
Commits on Apr 8, 2022
Commits on Apr 7, 2022
Commits on Apr 6, 2022
Commits on Apr 5, 2022
Commits on Mar 29, 2022
-
-
-
[9.x] Make authenticate session a route middleware (#5842)
* make authenticate session a route middleware * Update Kernel.php
Commits on Mar 28, 2022
Commits on Mar 25, 2022
Commits on Mar 23, 2022
Commits on Mar 21, 2022
-
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>
-
[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>