Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.x] Add config create command #40221

Closed
wants to merge 403 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 15, 2021

  1. Merge branch '8.x'

    driesvints committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    2eb476b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. [9.x] Fixing the Error : Class "League\Flysystem\Adapter\Local" not f…

    …ound (laravel#36407)
    
    * [9.x] Fixing the Error : Class "League\Flysystem\Adapter\Local" not found
    
    This is related to the new Flysystem v2 (Check the PR laravel#33612)
    
    * Update VendorPublishCommand.php
    arcanedev-maroc committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    347dc5b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3bcd999 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0758ec1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    77f543a View commit details
    Browse the repository at this point in the history
  2. Date

    driesvints committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7b5c521 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	src/Illuminate/Filesystem/FilesystemAdapter.php
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    71803be View commit details
    Browse the repository at this point in the history
  2. [9.x] Update to EmailValidator v3 (laravel#36525)

    * Update to EmailValidator v3
    
    * Return null
    driesvints committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f6a4217 View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    GrahamCampbell committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    217b934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac0e133 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    1762bd9 View commit details
    Browse the repository at this point in the history
  2. Drop pusher/pusher-php-server 4.x (laravel#36528)

    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    GrahamCampbell and taylorotwell committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e16f4b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    84c78b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    driesvints committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6d7661d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    3aabbb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e91b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Filesystem/FilesystemAdapter.php
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
    #	src/Illuminate/Support/Str.php
    #	tests/Support/SupportCollectionTest.php
    driesvints committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    41bb7f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    f8b0c09 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b11ffe3 View commit details
    Browse the repository at this point in the history
  2. Fixed merge

    GrahamCampbell committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b132b09 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. add age option to flush failed jobs command

    Wouter Rutgers committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    76762f9 View commit details
    Browse the repository at this point in the history
  2. use hours

    taylorotwell committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6daecf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. [9.x] Add key support to FormRequest validated method (laravel#36807)

    * Add key option to $request->validated()
    
    Co-authored-by: mattstauffer <matt@tighten.co>
    
    * Make FoundationFormRequestTest method names consistent
    
    Co-authored-by: mattstauffer <matt@tighten.co>
    benholmen and mattstauffer committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8b40e8b View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d71ea5e View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    GrahamCampbell committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    20a78b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. - Merge wrap differences into base grammar (laravel#36510)

    - Move JSON related functions from query grammar to base grammar
    - Add JSON wrap functions to schema grammar
    - Add JSON support for MySQL and SQLite for virtualAs and storedAs columns
    LarsGrevelink committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6f41768 View commit details
    Browse the repository at this point in the history
  2. formatting

    taylorotwell committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c61c862 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. [9.x] Iterable value type for whereBetween (laravel#36933)

    * Added CarbonPeriod value type to Query\Builder->whereBetween
    
    * Removed CarbonPeriod typehint and replaced it with native iterable type
    hebinet committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    f7cd47a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    8bdd75b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    eb17d56 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0ac0ef5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. formatting

    taylorotwell committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    7994795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a1518 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f31b64 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. [9.x] Update Container\Util::unwrapIfClosure to match value helper (l…

    …aravel#36995)
    
    * Match Util::unwrapIfClosure to value helper
    
    * Use helper when applicable
    netpok committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    6e13421 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c0a3169 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. [9.x] Add sole() to Enumerable contract. (laravel#37066)

    * Added sole() to Enumerable contract.
    
    * Update Enumerable.php
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    ash-jc-allen and taylorotwell committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e769e3d View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    taylorotwell committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    18e9c8f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed May 2, 2021
    Configuration menu
    Copy the full SHA
    7a5672a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    accf9db View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	composer.json
    #	src/Illuminate/Broadcasting/composer.json
    driesvints committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1e5662a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc54ad9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    d923676 View commit details
    Browse the repository at this point in the history
  2. [9.x] Set anonymous migration (laravel#37352)

    * Set anonymous migration
    
    * Set anonymous migration
    
    * Set anonymous migration
    lloricode committed May 12, 2021
    Configuration menu
    Copy the full SHA
    e0ae5fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699abd0 View commit details
    Browse the repository at this point in the history
  4. Merge branch '8.x'

    GrahamCampbell committed May 12, 2021
    Configuration menu
    Copy the full SHA
    201f501 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed May 16, 2021
    Configuration menu
    Copy the full SHA
    d39c6c1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    4590d55 View commit details
    Browse the repository at this point in the history
  2. Fix code style

    AlexVanderbist committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b688269 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    b701d95 View commit details
    Browse the repository at this point in the history
  2. Code style fixes

    AlexVanderbist committed May 21, 2021
    Configuration menu
    Copy the full SHA
    9213d30 View commit details
    Browse the repository at this point in the history
  3. Code style

    AlexVanderbist committed May 21, 2021
    Configuration menu
    Copy the full SHA
    fd56f1b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    a7970f7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. formatting

    taylorotwell committed May 26, 2021
    Configuration menu
    Copy the full SHA
    fe93d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be221e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. [9.x] Move to anonymous migrations (laravel#37598)

    * Move to anonymous migrations
    
    * Fix tests
    driesvints committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    95b1899 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    b20f8d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    fce9dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7dda6b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    932f6ba View commit details
    Browse the repository at this point in the history
  2. Update UrlGenerator.php

    taylorotwell committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    895dca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c2c181 View commit details
    Browse the repository at this point in the history
  4. formatting

    taylorotwell committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ce27f30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc46309 View commit details
    Browse the repository at this point in the history
  6. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Routing/UrlGenerator.php
    #	tests/Integration/Routing/UrlSigningTest.php
    driesvints committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0e89f3e View commit details
    Browse the repository at this point in the history
  7. fix test

    driesvints committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    77ed2c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. [9.x] Universal HigherOrderWhenProxy (laravel#37632)

    * [9.x] Universal HigherOrderWhenProxy
    
    * StyleCI
    
    * Replace by-reference variables with exceptions
    inxilpro committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d49e821 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    d8fddb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a590739 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    driesvints committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2c096ac View commit details
    Browse the repository at this point in the history
  2. [9.x] Adds the scoped method to the container contract (laravel#37679)

    * Adds the scoped to the container contract
    
    * Add the scopedIf method to the container contract
    tonysm committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    075b6b2 View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    driesvints committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    691fe57 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. [9.x] Add Conditionable support for callback conditions (laravel#37667

    )
    
    * Add `Conditionable` support for callback conditions
    
    * Update DocBlocks in `Enumerable` to match `Conditionable`
    
    * Update uses
    
    * Add to collection higher order proxy
    JosephSilber committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b7f0359 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php
    #	src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
    driesvints committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    24dc91d View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    driesvints committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    cc84229 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    850182e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php
    #	src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b52f82c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. [9.x] Sesv2client (laravel#37878)

    * update SesTransport to use SesV2Client
    
    * update tests for SesV2Client usage
    fideloper committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    fb33213 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. [9.x] Bug fix: Use correct parameters to send email through SES via S…

    …esV2Client (laravel#37881)
    
    * use correct parameters for sending raw email via SES v2
    
    * remove FromEmailAddress parameter
    fideloper committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    8a1a7b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    08728a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. [9.x] Update to Symfony v6 and drop PHP 7.4 support (laravel#37941)

    * revert
    
    * revert
    
    * PHP 8 only
    
    * Update setHidden
    
    * Disable windows tests for now
    
    * Replace removed constant
    
    * re-enable windows tests
    
    * Bump minimum Mockery
    driesvints committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    03fa6a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    892163c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b16b78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f15b9ae View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Merge branch '8.x'

    driesvints committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    85ceb55 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	composer.json
    #	src/Illuminate/Mail/composer.json
    #	src/Illuminate/Support/composer.json
    driesvints committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4186af1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. [9.x] Drop CommonMark v1 support (laravel#37953)

    * Update to CommonMark v2
    
    * Update composer.json files
    driesvints committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    32a0e8e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3145df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bfc315 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    8059b39 View commit details
    Browse the repository at this point in the history
  2. Update Facade.php

    driesvints committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    67f6542 View commit details
    Browse the repository at this point in the history
  3. Update Facade.php

    driesvints committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    5d57904 View commit details
    Browse the repository at this point in the history
  4. [9.x] PHP8 string functions for Str class (laravel#38011)

    * use str_contains over mb_strpos
    
    * use str_ends_with over substr
    
    * use str_starts_with over strncmp
    tomschlick committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    331e53a View commit details
    Browse the repository at this point in the history
  5. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    driesvints committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    014a00a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. formatting

    taylorotwell committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f62e503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a28b8b View commit details
    Browse the repository at this point in the history
  3. [9.x] Query builder interface (laravel#37956)

    * Initial extraction of contract and trait
    
    * Add support for MorphTo macro buffer
    
    * Improved docblocks
    
    * A little refactoring
    
    * Add inheritdoc statements
    
    * Update two more passthru methods
    
    * Removed duplicate macroBuffer logic
    
    * Rename query builder contract
    
    * Remove extra space from inheritdoc tags
    
    * Fix issue with contract name collision
    
    * Remove extra space in inheritdoc
    
    * Remove space from last inheritdoc blocks
    
    * Revert import alias to QueryBuilder
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylorotwell@gmail.com>
    inxilpro and taylorotwell committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    3ec5bdc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    ab5fd4b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. TrimString middleware adds invisible characters (laravel#38117)

    Co-authored-by: jie <jie@example.com>
    allowing and jie committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    709714d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    9581cd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Database/Query/Builder.php
    #	src/Illuminate/Events/Dispatcher.php
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
    #	src/Illuminate/Mail/composer.json
    #	src/Illuminate/Queue/composer.json
    #	tests/Filesystem/FilesystemAdapterTest.php
    driesvints committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    76b3417 View commit details
    Browse the repository at this point in the history
  2. [9.x] Manually populate POST request body with JSON data only when re…

    …quired (laravel#37921)
    
    * Manually populate POST request body with JSON data only when required
    
    This fixes a 6 year old bug introduced in laravel#7026 where GET requests would have GET data populated in the POST body property leading to issues around Request::post() and $request->getParsedBody() returning GET values when called on GET requests.
    
    This is a resubmit of laravel#17087 & laravel#36708, and fixes laravel#22805. Credit to @dan-har for the initial solution and @mixlion for updating it for >=6.x.
    
    The original PR was meant to support POST requests where their Content-type was set to application/json (instead of the typical application/x-www-form-urlencoded), but it introduced a subtle and dangerous bug because while $request->getInputSource() does return the JSON data for JSON requests, it also returns the GET data for GET requests. This commit solves the underlying issue without breaking compatibility with the original functionality.
    
    * Add test for non-JSON GET requests
    
    * Style fixes
    
    * Extra space removal
    
    * GitHub's editor needs some work
    LukeTowers committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    13e4a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. [9.x] Use CarbonImmutable by default (laravel#38258)

    * Ensure that Illuminate\Support\Carbon is used consistently across the framework
    
    * Update tests to support immutable dates by default
    
    * Update date calls to support immutable-first behaviour
    
    * cs fixes
    
    * Per PR review, revert to using Carbon by default
    michaeldyrynda committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    0ec3e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	composer.json
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Mail/composer.json
    #	src/Illuminate/Queue/composer.json
    driesvints committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3a8888c View commit details
    Browse the repository at this point in the history
  2. Fix incorrect type

    driesvints committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    94c1b8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8defbc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    34771cb View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    driesvints committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    2c3c533 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    128614b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Merge branch '8.x'

    driesvints committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d5c054b View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    driesvints committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    cdf73f2 View commit details
    Browse the repository at this point in the history
  3. [9.x] Fix Symfony v6 breaking changes (laravel#38376)

    * Fix type errors
    
    * Fix session handling
    
    * Update getSession usages
    driesvints committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    585b604 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Make Application@handle() meet Symfony 6's updated interface (laravel…

    …#38413)
    
    Add return type. This is a great use of our time.
    derekmd committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    edbbcdb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    93883ae View commit details
    Browse the repository at this point in the history
  2. DB queries containing JSON paths support array index references (lara…

    …vel#38391)
    
    e.g.,
    
    DB::table('owner')
        ->where('packages[1]->name', 'laravel/framework')
        ->update(['packages[1]->versions[0]' => '9.0.0']);
    
    Stop compiling:
    
    UPDATE `owner`
    SET `packages` = JSON_SET(`packages`, $"[1]"."versions[0]", '9.0.0')
    WHERE json_unquote(json_extract(`packages[1]`, '$."name"')) = 'laravel/framework';
    ...
    
    Instead avoid escaping array dereference characters:
    
    UPDATE `owner`
    SET `framework` = JSON_SET(`framework`, $[1]."versions"[0], '9.0.0')
    WHERE json_unquote(json_extract(`packages[1]`, '$."name"')) = 'laravel/framework';
    derekmd committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c95392a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    f409e04 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    driesvints committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    67f0a12 View commit details
    Browse the repository at this point in the history
  3. [9.x] Lazy load queue commands (laravel#38479)

    * use class name for command registration
    
    * assign defaultName for lazy loading
    chu121su12 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1f07d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    081f467 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    078ae5c View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    driesvints committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    908c4e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. [9.x] Split Conditionable into package (laravel#38457)

    * [9.x] Split Conditionable into package
    
    * Fix issue with 8.x merge
    inxilpro committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    792e42c View commit details
    Browse the repository at this point in the history
  2. [9.x] Adjust PHP 8 and Symfony 6 constraints in all composer.json fil…

    …es (laravel#38526)
    
    * Adjust missed places for the PHP 8 and Symfony 6 upgrade
    
    * Update PHP version to be in sync with the Symfony 6 min PHP version
    
    * Update PHP constraint
    X-Coder264 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    da9116b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c2b25 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Update constraint

    driesvints committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    89b68c7 View commit details
    Browse the repository at this point in the history
  2. bump

    driesvints committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    81527e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. [9.x] Improves Support\Collection and `Database\Eloquent\Collection…

    …` type definitions (laravel#38538)
    
    * Adds CI workflow
    
    * Adds phpstan
    
    * Adds work in progress regarding generic collections
    
    * Fixes missing template
    
    * Renames template
    
    * Updates test
    
    * Apply fixes from StyleCI
    
    * Adds work in progress regarding generic collections
    
    * Adds work in progress regarding generic collections
    
    * Adds work in progress regarding generic collections
    
    * Adds work in progress regarding generic collections
    
    * Adds work in progress regarding generic collections
    
    * Styling
    
    * Apply fixes from StyleCI
    
    * Apply fixes from StyleCI
    
    * Adds work in progress regarding generic collections
    
    * Remove work on Models
    
    * Revert "Remove work on Models"
    
    This reverts commit d6c4291.
    
    * Removes `prefer-lowest`
    
    * Removes non needed code on CI job
    
    Co-authored-by: Dries Vints <dries@vints.io>
    
    * Fixes `Eloquent\Collection::load` types
    
    * Adds work in progress regarding generic collections
    
    * Fixes `Eloquent\Collection::load` related methods
    
    Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com>
    Co-authored-by: Dries Vints <dries@vints.io>
    3 people committed Aug 27, 2021
    1 Configuration menu
    Copy the full SHA
    b1de554 View commit details
    Browse the repository at this point in the history
  2. [9.x] Allow for null handling in custom casts (laravel#38039)

    * Pass null to custom cast set method when value is null
    
    * Add integration test for custom casts on Eloquent Model
    
    * Rename Address class to AddressCast in EloquentModelCustomCastingTest
    
    Prevents a duplicate naming conflict
    
    * Allow for proper null value handling in custom CastsAttributes implementations
    
    * Fix codestyle issue in EloquentModelCustomCastingTest.php
    jnoordsij committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    932e601 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Collections/Collection.php
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Testing/TestResponse.php
    driesvints committed Sep 2, 2021
    1 Configuration menu
    Copy the full SHA
    d69e2e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a3cd40a View commit details
    Browse the repository at this point in the history
  2. [9.x] Support the latest psr/container versions (laravel#38692)

    * Support the latest psr/container versions
    
    * Added types
    GrahamCampbell committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    bd7a519 View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    GrahamCampbell committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    dc7563c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    63052ae View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    b34ce62 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    60a958c View commit details
    Browse the repository at this point in the history
  3. CS fixes

    GrahamCampbell committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    9ee0a4b View commit details
    Browse the repository at this point in the history
  4. Merge branch '8.x'

    GrahamCampbell committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    05bba7c View commit details
    Browse the repository at this point in the history
  5. Fixed phpdoc

    GrahamCampbell committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    73ac595 View commit details
    Browse the repository at this point in the history
  6. Merge branch '8.x'

    GrahamCampbell committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    01b7c08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75969f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    016265b View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    GrahamCampbell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e62401b View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    GrahamCampbell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    531c051 View commit details
    Browse the repository at this point in the history
  4. CS fixes

    GrahamCampbell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c1b38ea View commit details
    Browse the repository at this point in the history
  5. CS fixes

    GrahamCampbell committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    4e6e235 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Merge branch '8.x'

    driesvints committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    3234a8d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. [9.x] Implement Symfony Mailer (laravel#38481)

    * Implement Symfony Mailer
    
    * Apply fixes from StyleCI
    
    * Update src/Illuminate/Mail/Message.php
    
    Co-authored-by: michael-rubel <contact@observer.name>
    
    * Update src/Illuminate/Mail/Message.php
    
    Co-authored-by: michael-rubel <contact@observer.name>
    
    * Update src/Illuminate/Mail/Message.php
    
    Co-authored-by: michael-rubel <contact@observer.name>
    
    * Update src/Illuminate/Mail/Message.php
    
    Co-authored-by: michael-rubel <contact@observer.name>
    
    * Update src/Illuminate/Mail/Message.php
    
    Co-authored-by: michael-rubel <contact@observer.name>
    
    * Update Array and Log transports
    
    * Apply fixes from StyleCI
    
    * Fix interface implementation
    
    * Update Mailer
    
    * Apply fixes from StyleCI
    
    * Rename
    
    * Remove method
    
    * Fix tests
    
    * Apply fixes from StyleCI
    
    * Work on Mailer tests
    
    * type-hint
    
    * Fix Mailer tests
    
    * Fix more tests
    
    * Apply fixes from StyleCI
    
    * Migrate Mailgun transport
    
    * Migrate Postmark transport
    
    * Replace SesTransport
    
    * Remove transports from dev dependencies
    
    * Allow setting options on esmtp transport
    
    * Fix Postmark transport
    
    * Fix embedding files
    
    * Clarify API transports
    
    * Apply fixes from StyleCI
    
    * Fix SES transport setup
    
    * Add MessageStreamId to Postmark Transport again (laravel#38748)
    
    * Update symfony mailer docblocks (laravel#38773)
    
    * Update docblocks from Swift Mailer to Symfony Mailer
    
    * Make TransportInterface more specific
    
    * Add Session Token to SES Transport (laravel#38797)
    
    * Update src/Illuminate/Mail/Transport/ArrayTransport.php
    
    Co-authored-by: Julius Kiekbusch <jubeki99@gmail.com>
    
    * fix docblock
    
    * Add Wrapper for Symfony SentMessage (laravel#38803)
    
    * Create SentMessage wrapper for Symfony's SentMessage
    
    * Wrap Symfony SentMessage
    
    * Update Docblocks to Illuminate\Mail\SentMessage
    
    * Fix sendMailable
    
    * Update SentMessage.php
    
    Co-authored-by: Dries Vints <dries@vints.io>
    
    Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com>
    Co-authored-by: michael-rubel <contact@observer.name>
    Co-authored-by: Julius Kiekbusch <jubeki99@gmail.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    Co-authored-by: Taylor Otwell <taylorotwell@gmail.com>
    6 people committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    097107a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Fixes invalid PHPDoc syntax

    canvural committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    3eb951d View commit details
    Browse the repository at this point in the history
  2. Update PHPDocs

    canvural committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2832ecc View commit details
    Browse the repository at this point in the history
  3. Merge pull request laravel#38821 from canvural/patch-3

    [9.x] Fixes invalid PHPDoc syntax
    nunomaduro committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b0a0d66 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. [9.x] Update psr/log version (laravel#38852)

    * Update psr/log
    
    * Add types for LogManager
    
    * Update Logger typing
    kylekatarnls committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2b2420b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. [9.x] Add support for 4xx/5xx fallback error views (laravel#38877)

    * add fallback 4xx/5xx error views
    
    * cs
    SjorsO committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    818d736 View commit details
    Browse the repository at this point in the history
  2. [9.x] Only throws BroadcastException on all drivers (laravel#38862)

    * Normalize Broadcasting Exceptions to all return BroadcastException
    
    * Import BroadcastException and fix typo
    xiCO2k committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    fcdd3a5 View commit details
    Browse the repository at this point in the history
  3. add method to contract

    taylorotwell committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    53ac152 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    8d53ebe View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    5ea1f91 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. [9.x] Revert "[9.x] Update psr/log version" and fix properly (laravel…

    …#38952)
    
    * Revert "[9.x] Update psr/log version (laravel#38852)"
    
    This reverts commit 2b2420b.
    
    * Jam return types on the log methods
    
    * And again
    GrahamCampbell committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    747032b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Console/Command.php
    #	src/Illuminate/Database/PDO/SqlServerDriver.php
    #	src/Illuminate/Database/Query/Builder.php
    #	src/Illuminate/Database/composer.json
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Mail/Transport/MailgunTransport.php
    #	src/Illuminate/Mail/Transport/SesTransport.php
    #	src/Illuminate/Mail/Transport/Transport.php
    #	src/Illuminate/Mail/composer.json
    #	src/Illuminate/Queue/composer.json
    #	src/Illuminate/Support/composer.json
    #	src/Illuminate/Testing/composer.json
    #	tests/Mail/MailSesTransportTest.php
    driesvints committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f43d32a View commit details
    Browse the repository at this point in the history
  2. Re-add predis

    driesvints committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    42f2b93 View commit details
    Browse the repository at this point in the history
  3. Fix test

    driesvints committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    4f685f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12d6652 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6fd27c View commit details
    Browse the repository at this point in the history
  6. Merge branch '8.x'

    # Conflicts:
    #	tests/Mail/MailSesTransportTest.php
    driesvints committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    45113cf View commit details
    Browse the repository at this point in the history
  7. Re-enable PHP 8.1 tests

    driesvints committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    ae0ef69 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    2232263 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. [9.x] Prevent calling count() on LazyCollection in Blade loops (larav…

    …el#39141)
    
    * Prevent calling count() on LazyCollection in Blade loops
    
    * Update ManagesLoops.php
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    devfrey and taylorotwell committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    b25f211 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    taylorotwell authored and StyleCIBot committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    c7278f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. [9.x] Add hasUser method to Guard contract (laravel#39167)

    * [9.x] Add `hasUser` method to Guard contract
    
    - laravel#24518 in this PR was added method `hasUser` to the GuardHelper trait. As for me it will be useful to have this method in the contract.
    
    * Update Guard.php
    
    Co-authored-by: Tetiana Blindaruk <t.blindaruk@gmail.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    438eba7 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    760d705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e6536 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    161098d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    a3e7f48 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Collections/Traits/EnumeratesValues.php
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Queue/SerializableClosureFactory.php
    #	tests/Testing/TestResponseTest.php
    driesvints committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    477ca40 View commit details
    Browse the repository at this point in the history
  2. [9.x] Auto close pull requests on illuminate repositories (laravel#39318

    )
    
    * Auto close pull requests on illuminate repositories
    
    * Update close-pull-request.yml
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    driesvints and taylorotwell committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    7708c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3aedf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec8f88b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    ceadf6e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	.github/workflows/tests.yml
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Collections/Collection.php
    #	src/Illuminate/Database/Eloquent/Factories/Factory.php
    #	src/Illuminate/Database/Query/Builder.php
    #	src/Illuminate/Filesystem/FilesystemAdapter.php
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Mail/composer.json
    #	src/Illuminate/Queue/composer.json
    #	src/Illuminate/Support/composer.json
    #	src/Illuminate/Validation/composer.json
    #	tests/Mail/MailSesTransportTest.php
    driesvints committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    ef1eb4d View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    driesvints committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    417d5fc View commit details
    Browse the repository at this point in the history
  3. remove test

    driesvints committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    7f6fb00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb7acb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1795c8c View commit details
    Browse the repository at this point in the history
  6. wip

    driesvints committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2d1fa2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5869c9d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. [9.x] Improve Support\LazyCollection type definitions (laravel#39506)

    * Make LazyCollection generic
    
    * Remove `toBase` type test from LazyCollection
    sebdesign committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0565d94 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    taylorotwell authored and StyleCIBot committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    481cd52 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge branch '8.x'

    driesvints committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ba2e05f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535f184 View commit details
    Browse the repository at this point in the history
  3. [9.x] Use request isMethod instead of method comparison (laravel#39526)

    * Use request isMethod instead of method comparison
    
    * Fix testGuestPutPreviousUrlInSession
    seriquynh committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    032c69a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    4baf4f7 View commit details
    Browse the repository at this point in the history
  2. [9.x] Use match expression where possible (laravel#39583)

    * Use match expression where possible
    
    * Fix coding style
    
    * Remove unneeded parentheses
    seriquynh committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    23cdfcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc64fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c46d735 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2534e00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e0b273 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. [9.x] Fix postgresql build (laravel#39531)

    * Fix PostgreSQL build
    
    * wip
    
    * Gracefully handle schema key deprecation
    driesvints committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e13132b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. [9.x] Fix \Illuminate\Support\Facades\App::storagePath() method ignor…

    …es $path argument (laravel#39648)
    
    * add $path argument to storagePath()
    
    * Update Application.php
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    afilippov1985 and taylorotwell committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8f9ddea View commit details
    Browse the repository at this point in the history
  2. [9.x] Use Relative View Path Name When Hashing Compiled Views (larave…

    …l#39642)
    
    * [9.X] Use Relative View Path When Hashing Compiled Views
    
    * Set basePath default
    
    * formatting
    
    * add config option
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    bogdankharchenko and taylorotwell committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    aa2a02d View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    GrahamCampbell committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5646989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    156cc09 View commit details
    Browse the repository at this point in the history
  5. Merge branch '8.x'

    GrahamCampbell committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    cea563d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. [9.x] Remove assertDeleted (laravel#39661)

    * Remove assertDeleted
    
    * Correct names
    jasonmccreary committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9894c2c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    ae39757 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-6.x.md
    #	CHANGELOG-8.x.md
    #	src/Illuminate/Database/Eloquent/Builder.php
    #	src/Illuminate/Foundation/Application.php
    driesvints committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    de98bd0 View commit details
    Browse the repository at this point in the history
  3. [9.x] Improve Collection's callable default return types (laravel#39805)

    * improve collection callable default return types
    
    * change callable to closure
    
    * fix enumerable closure default return types
    
    * Disable PostgreSQL build for now
    
    * improve collection callable default return types
    
    * change callable to closure
    
    * fix enumerable closure default return types
    
    Co-authored-by: Dries Vints <dries@vints.io>
    MatanYadaev and driesvints committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ee5efbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63bb589 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    49aac46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7c7a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    6cb52b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	.github/workflows/tests.yml
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Cache/composer.json
    #	src/Illuminate/Collections/composer.json
    #	src/Illuminate/Console/composer.json
    #	src/Illuminate/Cookie/composer.json
    #	src/Illuminate/Database/composer.json
    #	src/Illuminate/Filesystem/composer.json
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Http/composer.json
    #	src/Illuminate/Queue/composer.json
    #	src/Illuminate/Routing/composer.json
    #	src/Illuminate/Session/composer.json
    #	src/Illuminate/Support/composer.json
    #	src/Illuminate/Validation/composer.json
    driesvints committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    68db4e2 View commit details
    Browse the repository at this point in the history
  2. wip

    driesvints committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1d6380d View commit details
    Browse the repository at this point in the history
  3. wip

    driesvints committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9c88e7c View commit details
    Browse the repository at this point in the history
  4. wip

    driesvints committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4a57b48 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	src/Illuminate/Database/Query/Builder.php
    driesvints committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    940b18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa56bd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    eb66b96 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    dc768b4 View commit details
    Browse the repository at this point in the history
  2. [9.x] Refactor scheduled event lifecycle (laravel#39539)

    * Scheduled event lifecycle refactor
    
    * Address background callbacks
    
    * Code style
    
    * StyleCI
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    inxilpro and taylorotwell committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    d8bea92 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. [9.x] Refactor ExceptionHandler render method (laravel#39930)

    * Refactor ExceptionHandler render method
    
    * Restore unexpected format change
    
    * Fix coding style
    
    * Fix coding style
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    seriquynh and taylorotwell committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1873d2a View commit details
    Browse the repository at this point in the history
  2. [9.x] Pusher Client instance initialization (laravel#39924)

    * Added support for client in Pusher instance
    
    * Reverted accidental merge conflict changes
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    rennokki and taylorotwell committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c892c2c View commit details
    Browse the repository at this point in the history
  3. [9.x] Adds WithoutModelEvents trait for running seeds without Model…

    … Events (laravel#39922)
    
    * Adds `WithoutEvents` trait for application seeders
    
    * Renames `WithoutEvents` to `WithoutModelEvents`
    
    * Adjusts comment
    
    Co-authored-by: James Brooks <james@alt-three.com>
    
    Co-authored-by: James Brooks <james@alt-three.com>
    nunomaduro and jbrooksuk committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8bbe427 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    985b2cf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    bb1f59b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Merge branch '8.x'

    GrahamCampbell committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e70cb9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11f946 View commit details
    Browse the repository at this point in the history
  3. [9.x] Support x-forwarded-prefix in TrustProxies.php (laravel#40014)

    * support x-forwarded-prefix
    
    * fix TrustProxies code style
    
    * test x-forwarded-prefix in TrustProxiesTest
    ppodds committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ad2141f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f00a541 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Update composer.json

    driesvints committed Dec 14, 2021
    2 Configuration menu
    Copy the full SHA
    8dde758 View commit details
    Browse the repository at this point in the history
  2. [9.x] Allows to remove the server.php file (laravel#40034)

    * Allows to remove the `server.php` file
    
    * Apply fixes from StyleCI
    
    Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com>
    nunomaduro and taylorotwell committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    94e846b View commit details
    Browse the repository at this point in the history
  3. Merge branch '8.x'

    GrahamCampbell committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c7d6fe5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    96d2b48 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. [9.x] Fix array to string conversion when using custom validation mes…

    …sages for size rules (laravel#40074)
    
    * fix array to string conversion when using custom validation messages for size rules
    
    * ci fixes
    
    * remove missing comment
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    mateusjunges and taylorotwell committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a1f66ba View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Merge branch '8.x'

    # Conflicts:
    #	CHANGELOG-8.x.md
    #	composer.json
    #	src/Illuminate/Broadcasting/composer.json
    #	src/Illuminate/Foundation/Application.php
    #	src/Illuminate/Mail/composer.json
    driesvints committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    77b0e11 View commit details
    Browse the repository at this point in the history
  2. [9.x] PSR Log v3 (laravel#40087)

    * PSR Log v3
    
    * Apply fixes from StyleCI
    
    * Re-add support for psr/log v2
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3202603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf9ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e46f9c View commit details
    Browse the repository at this point in the history
  5. [9.x] Allow HTTP client requests with retries to optionally throw Req…

    …uestExceptions (laravel#40079)
    
    * Update PendingRequest.php
    
    * Update Factory.php
    
    * Update HttpClientTest.php
    mattkingshott committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    ec7045e View commit details
    Browse the repository at this point in the history
  6. [9.x] Move maintenance mode logic (laravel#40070)

    * chore (maintenance): move maintenance mode logic
    
    Moving the maintenance mode logic to its own class. This enables users to extend/overwrite the class with their own logic.
    
    Overwriting the logic may be needed if for example the application is running on multiple servers.
    
    Fixes laravel#36474
    
    * refactor (maintenance): add isUp method
    
    Adding the isUp method to check if the application is up or is down for maintenance.
    
    Relates to laravel#36474
    
    * doc (maintenance): document code
    
    Extend the documentation about what the code does. Also use FQN.
    
    Relates to laravel#36474
    
    * fix (maintenance): correctly check if in maintenance
    
    Relates to laravel#36474
    
    * refactor (maintenance): use make method
    
    Use the make method instead of the app function to retrieve an instance of the MaintenanceMode container.
    
    Relates to laravel#36474
    
    * doc (maintenance): update docblock
    
    Update the docblock with the newly added method param.
    
    Relates to laravel#36474
    
    * doc (maintenance): update docblock
    
    Update the docblock with the newly added method param.
    
    Relates to laravel#36474
    
    * style (doc): update documentation style
    
    Updating documentation style to comply to the style used within the Laravel codebase.
    
    * style (doc): update documentation style
    
    Updating documentation style to comply to the style used within the Laravel codebase.
    
    * refactor (maintenance): change namespace
    
    Move the class from its own namespace to the Foundation namespace.
    
    Relates to laravel#36474
    
    * style (doc): update documentation style
    
    Updating documentation style to comply to the style used within the Laravel codebase.
    
    * style (doc): update documentation style
    
    Updating documentation style to comply to the style used within the Laravel codebase.
    
    * Update src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
    
    Co-authored-by: Dries Vints <dries@vints.io>
    
    * Update src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
    
    Co-authored-by: Dries Vints <dries@vints.io>
    
    * refactor (maintenance): move to application
    
    Create an application methode to retrieve the MaintenanceMode instance. This method reduces the need to fetch the MaintenanceMode with the usage of an additional argument in the middleware.
    
    Relates to laravel#36474
    
    * doc (maintenance): add DockBlock
    
    Adding documentation for the newly added methods.
    
    Relates to laravel#36474
    
    * refactor (maintenance): use application method
    
    Use the application method instead of using autowiring. The application method provides the MaintenanceMode instance which removes the requirement to inject the class in the handler method.
    
    Relates to laravel#36474
    
    * Update src/Illuminate/Foundation/MaintenanceMode.php
    
    Co-authored-by: Dries Vints <dries@vints.io>
    
    * Update src/Illuminate/Foundation/MaintenanceMode.php
    
    Co-authored-by: Dries Vints <dries@vints.io>
    
    * refactor (maintenance): remove comparison
    
    Remove the comparison with the false value. The method always returns a bool which only allows a true or false return value. This make the comparison redundant.
    
    Relates to laravel#36474
    
    * chore (code): remove unused import
    
    Remove the unused import. Because the FQN is used in the DocBlock the import has become redundant.
    
    * refactor (maintenance): add interface
    
    Add an interface under the contracts to enable developers to easily extend the MaintenanceMode class.
    
    * style (doc): update documentation style
    
    Updating documentation style to comply to the style used within the Laravel codebase.
    
    * refactor (maintenance): bind instance to contract
    
    Bind the default MaintenanceMode class to the contract reference in the service container.
    
    This enables users to set-up their own contract binding to overwrite the default Maintenance Mode behavior.
    
    * style (doc): update documentation style
    
    Updating documentation style to comply to the style used within the Laravel codebase.
    
    * Update src/Illuminate/Foundation/Providers/FoundationServiceProvider.php
    
    Co-authored-by: Choraimy Kroonstuiver <3661474+axlon@users.noreply.github.com>
    
    * formatting and renaming
    
    Co-authored-by: Wim Ulkeman <wulkeman@assuradeurengilde.nl>
    Co-authored-by: Dries Vints <dries@vints.io>
    Co-authored-by: Choraimy Kroonstuiver <3661474+axlon@users.noreply.github.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    5 people committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    dc47126 View commit details
    Browse the repository at this point in the history
  7. Apply fixes from StyleCI

    taylorotwell authored and StyleCIBot committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    66e69a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    703f87b View commit details
    Browse the repository at this point in the history
  2. Add observer mapping

    punyflash committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    ca53127 View commit details
    Browse the repository at this point in the history
  3. [9.x] Removes core class aliases from the skeleton (laravel#40062)

    * Allows to remove core class `app.aliases` from the skeleton
    
    * Removes `Redis` alias
    
    * Merges configurations
    
    * Reverts changes on Register Facades
    
    * Adds `Facade::defaultAliases`
    
    * Apply fixes from StyleCI
    
    Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com>
    nunomaduro and taylorotwell committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3ad64c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61e3e25 View commit details
    Browse the repository at this point in the history
  5. [9.x] Removes core class aliases from the skeleton (laravel#40062)

    * Allows to remove core class `app.aliases` from the skeleton
    
    * Removes `Redis` alias
    
    * Merges configurations
    
    * Reverts changes on Register Facades
    
    * Adds `Facade::defaultAliases`
    
    * Apply fixes from StyleCI
    
    Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com>
    nunomaduro and taylorotwell committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a5f21d6 View commit details
    Browse the repository at this point in the history
  6. formatting

    taylorotwell committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    102df66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7237f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. [9.x] Add cache-based maintenance mode support (laravel#40102)

    * Add cache based maintenance mode support
    
    * Add a maintenance mode driver manager
    
    * Fix code style
    
    * formatting
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    axlon and taylorotwell committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    79952ac View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. [9.x] Used str_contains instead of strpos. (laravel#40207)

    * Used `str_contains` instead of `strpos`.
    
    * Used `str_contains` instead of `strpos`.
    selcukcukur committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    2beec5d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Add config file stub

    otilor committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    7aedd91 View commit details
    Browse the repository at this point in the history
  2. Add config create command

    otilor committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    31a8baf View commit details
    Browse the repository at this point in the history