The Wayback Machine - https://web.archive.org/web/20211006165225/https://github.com/laravel/framework/commits/8.x
Skip to content
Permalink
8.x

Commits on Oct 6, 2021

  1. Apply fixes from StyleCI

    taylorotwell authored and StyleCIBot committed Oct 6, 2021
  2. [8.x] Add nested relationships to whereRelation function (#39064)

    * Add nested relationships to whereRelation function
    
    * Removed 2 spaces
    
    * formatting
    
    * Update QueriesRelationships.php
    
    Co-authored-by: Jose María Gómez Martín <[email protected]>
    Co-authored-by: Taylor Otwell <[email protected]>
    3 people committed Oct 6, 2021
  3. [8.x] Consume Blade Directive (#39100)

    * initial pass at consume directive
    
    * rename method
    
    * Track render data for consume
    
    * Add more variety to tests
    
    * formatting
    
    * Update tests
    
    * Handle flushComponents
    
    * rename to aware
    
    * formatting
    
    * formatting
    
    Co-authored-by: Taylor Otwell <[email protected]>
    inxilpro and taylorotwell committed Oct 6, 2021
  4. [8.x] Adding lang_path helper function (#39103)

    * adding lang_path to helpers
    
    * Update helpers.php
    
    * Update helpers.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    rrpadilla and taylorotwell committed Oct 6, 2021
  5. [8.x] Declare that abort(), dd() and kill() never return (#39108)

    * abort() never returns
    
    * Application::abort() never returns
    
    * App::abort() never returns
    
    * Queue\Worker::kill() never returns
    
    * Database\Query::dd() never returns
    
    * Stringable::dd() never returns
    caugner committed Oct 6, 2021

Commits on Oct 5, 2021

  1. Apply fixes from StyleCI

    taylorotwell authored and StyleCIBot committed Oct 5, 2021
  2. Add stringable support for strip_tags() (#39098)

    * Update Stringable.php
    
    * Update SupportStringableTest.php
    
    * Update Stringable.php
    
    * Update SupportStringableTest.php
    
    * Update Stringable.php
    
    * Update SupportStringableTest.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    intrepidws and taylorotwell committed Oct 5, 2021
  3. [8.x] update changelog

    TBlindaruk committed Oct 5, 2021
  4. [8.x] update changelog

    TBlindaruk committed Oct 5, 2021
  5. [8.x] Add reduceMany to Collections (#39078)

    * [8.x] Add `reduceMany` to Collections
    
    * StyleCI
    
    * StyleCI
    
    * Update EnumeratesValues.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    inxilpro and taylorotwell committed Oct 5, 2021
  6. version

    taylorotwell committed Oct 5, 2021
  7. Adds

    nunomaduro committed Oct 5, 2021

Commits on Oct 1, 2021

Commits on Sep 30, 2021

  1. Fix build

    driesvints committed Sep 30, 2021

Commits on Sep 29, 2021

  1. [8.x] Fix haveibeenpwnd failures (#39038)

    * Store artifacts
    
    * DD
    
    * Apply fixes from StyleCI
    
    * disable test
    
    * Bump timeout
    
    * Fix mocks
    
    * Bump timeout again
    
    * wip
    
    * wip
    
    * wip
    
    Co-authored-by: Taylor Otwell <[email protected]>
    driesvints and taylorotwell committed Sep 29, 2021
  2. [8.x] Mail empty address handling (#39035)

    * Handle empty address inputs cleanly
    
    * Tests for empty mail inputs
    
    * Tests for from address
    
    * Update Mailable.php
    
    * Think this is simpler
    
    * DRY, also test `false`
    
    Co-authored-by: Taylor Otwell <[email protected]>
    Synchro and taylorotwell committed Sep 29, 2021
  3. [8.x] Fix casting to string on PHP 8.1 (#39033)

    * Fix casting to string on PHP 8.1
    
    * Update tests
    
    * Update Str.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    driesvints and taylorotwell committed Sep 29, 2021
  4. Remove group

    driesvints committed Sep 29, 2021

Commits on Sep 28, 2021

  1. [8.x] Add whereBelongsTo() Eloquent builder method (#38927)

    * Add failing test for whereBelongsTo
    
    * Implement whereBelongsTo
    
    * mock in tests
    
    * Add test for relationship guess
    
    * Add exceptions
    
    * Remove early returns
    
    * Update Builder.php
    
    * Update Builder.php
    
    * Throw RelationNotFoundException
    
    * Refactor to catch BadMethodCallException
    
    * Remove rogue get_class
    
    * move method to trait
    
    * qualify foreign key
    
    * formatting
    
    Co-authored-by: Taylor Otwell <[email protected]>
    danharrin and taylorotwell committed Sep 28, 2021
  2. [8.x] update changelog

    TBlindaruk committed Sep 28, 2021
  3. vesrion

    taylorotwell committed Sep 28, 2021
Older