Skip to content
Permalink
9.x
Switch branches/tags

Commits on May 5, 2022

  1. a few wording changes

    taylorotwell committed May 5, 2022
  2. [9.x] Add specific test user in seeder (#5879)

    * Update DatabaseSeeder.php
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    driesvints and taylorotwell committed May 5, 2022

Commits on May 4, 2022

  1. 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>
    bintzandt and Bram in 't Zandt committed May 4, 2022

Commits on May 2, 2022

  1. [9.x] Run tests for skeleton (#5873)

    * Run tests for skeleton
    
    * wip
    
    * wip
    driesvints committed May 2, 2022

Commits on Apr 29, 2022

  1. Merge branch '8.x' into 9.x

    # Conflicts:
    #	CHANGELOG.md
    #	server.php
    driesvints committed Apr 29, 2022

Commits on Apr 28, 2022

Commits on Apr 27, 2022

  1. Bump laravel/framework version to latest (#5870)

    Required for password rule translations to work properly (see laravel/framework#42060)
    jnoordsij committed Apr 27, 2022
  2. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Apr 27, 2022

Commits on Apr 20, 2022

  1. [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>
    ibrunotome and taylorotwell committed Apr 20, 2022

Commits on Apr 12, 2022

  1. Update CHANGELOG

    driesvints authored and actions-user committed Apr 12, 2022
  2. Update CHANGELOG.md

    driesvints authored and actions-user committed Apr 12, 2022
  3. fix docblock

    taylorotwell committed Apr 12, 2022
  4. update wording

    taylorotwell committed Apr 12, 2022
  5. add levels to handler

    taylorotwell committed Apr 12, 2022
  6. Update server.php (#5863)

    driesvints committed Apr 12, 2022

Commits on Apr 11, 2022

Commits on Apr 8, 2022

  1. Create pull-requests.yml

    driesvints committed Apr 8, 2022

Commits on Apr 7, 2022

Commits on Apr 6, 2022

  1. wip

    taylorotwell committed Apr 6, 2022

Commits on Apr 5, 2022

  1. Update CHANGELOG

    driesvints authored and actions-user committed Apr 5, 2022

Commits on Mar 29, 2022

  1. Update CHANGELOG

    driesvints authored and actions-user committed Mar 29, 2022
  2. [9.x] Make authenticate session a route middleware (#5842)

    * make authenticate session a route middleware
    
    * Update Kernel.php
    taylorotwell committed Mar 29, 2022

Commits on Mar 28, 2022

Commits on Mar 23, 2022

Commits on Mar 21, 2022

  1. 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>
    JackEllis and taylorotwell committed Mar 21, 2022
  2. [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>
    nshiro and taylorotwell committed Mar 21, 2022

Commits on Mar 17, 2022

  1. Update .styleci.yml

    driesvints committed Mar 17, 2022
Older