8.x
Commits on Oct 6, 2021
-
-
[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]>
-
[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]>
-
[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]>
-
-
[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
Commits on Oct 5, 2021
-
-
-
-
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]>
-
-
-
[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]>
-
-
-
-
-
[8.x] HTTP client: only allow a single User-Agent header (#39085)
Co-authored-by: jules <[email protected]>
-
-
Commits on Oct 4, 2021
Commits on Sep 30, 2021
Commits on Sep 29, 2021
-
-
[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]>
-
[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]>
-
[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]>
-
Commits on Sep 28, 2021
-
[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]>
-
-
-