Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v6.8.0
> ## [v6.8.0 (2019-12-17)](https://github.com/laravel/framework/compare/v6.7.0...v6.8.0)
>
> ### Added
> - Allowed packages to use custom markdown mail themes ([#30814](https://github-redirect.dependabot.com/laravel/framework/pull/30814), [2206d52](https://github.com/laravel/framework/commit/2206d5223606f5a24e7e3bf0ba1f25b343dfcc6b))
> - Added more quotes to `Inspiring` ([4a7d566](https://github.com/laravel/framework/commit/4a7d566ff4a330970cfaa03df4c988c580804a7f), [9693ced](https://github.com/laravel/framework/commit/9693cedbfc1fb0e38a8e688375e5b2ce5273b75f))
> - Added support for nested arrays in `TestResponse::assertViewHas()` ([#30837](https://github-redirect.dependabot.com/laravel/framework/pull/30837))
> - Added `Model::setRawAttribute()` ([#30853](https://github-redirect.dependabot.com/laravel/framework/pull/30853))
> - Added `--force` option to the `make:controller` resource ([#30856](https://github-redirect.dependabot.com/laravel/framework/pull/30856))
> - Allowed passing an array to `Resource::collection()` ([#30800](https://github-redirect.dependabot.com/laravel/framework/pull/30800))
> - Implemented ArrayAccess on `JsonResponse` and `TestResponse` ([#30817](https://github-redirect.dependabot.com/laravel/framework/pull/30817))
> - Added `--seed` option to the `make::model` resource ([#30828](https://github-redirect.dependabot.com/laravel/framework/pull/30828), [2cd9417](https://github.com/laravel/framework/commit/2cd9417064123fd6c9114788d331659ede568dbf))
>
> ### Fixed
> - Fixed two index creation instead of one when using `change()` ([#30843](https://github-redirect.dependabot.com/laravel/framework/pull/30843))
> - Prevent duplicate attachments in the `Mailable` ([3c8ccc2](https://github.com/laravel/framework/commit/3c8ccc2fb4ec03572076e6df71608f6bbb7d71e1))
> - Fixed `ServiceProvider` for PHP 7.4 in `Lumen` ([#30819](https://github-redirect.dependabot.com/laravel/framework/pull/30819))
> - Fixed non-eloquent model validation in database validation rules ([#30840](https://github-redirect.dependabot.com/laravel/framework/pull/30840))
>
> ### Changed
> - Changed `rescue()` helper ([#30838](https://github-redirect.dependabot.com/laravel/framework/pull/30838))
> - Added previous exception to `EntryNotFoundException` thrown in `Container.php` ([#30862](https://github-redirect.dependabot.com/laravel/framework/pull/30862))
> - Changed `DatabaseNotification::$keyType` to match `uuid` ([#30823](https://github-redirect.dependabot.com/laravel/framework/pull/30823))
>
> ## v6.7.0
> ## [v6.7.0 (2019-12-10)](https://github.com/laravel/framework/compare/v6.6.2...v6.7.0)
>
> ### Added
> - Added `getQualifiedCreatedAtColumn()` and `getQualifiedUpdatedAtColumn()` methods to `HasTimestamps` concern ([#30792](https://github-redirect.dependabot.com/laravel/framework/pull/30792))
> - Added `exceptionContext()` method to the `Exceptions\Handler` ([#30780](https://github-redirect.dependabot.com/laravel/framework/pull/30780))
> - Added ability for postmark transport to throw errors ([#30799](https://github-redirect.dependabot.com/laravel/framework/pull/30799), [4320b82](https://github.com/laravel/framework/commit/4320b82f848d63d41df95860ed3bf595202873a9))
> - Added `withoutRelations()` and `unsetRelations()` methods to `HasRelationships` ([#30802](https://github-redirect.dependabot.com/laravel/framework/pull/30802))
> - Added `ResourceCollection::preserveQueryParameters()` for preserve query parameters on paginated api resources ([#30745](https://github-redirect.dependabot.com/laravel/framework/pull/30745), [e92a708](https://github.com/laravel/framework/commit/e92a70800671187cc30a39e965144101d5db169a))
>
> ### Fixed
> - Fixed explicit models in string-based database validation rules ([#30790](https://github-redirect.dependabot.com/laravel/framework/pull/30790))
> - Fixed `Routing\RedirectController()` ([#30783](https://github-redirect.dependabot.com/laravel/framework/pull/30783))
>
> ### Changed
> - Reconnect `PhpRedisConnection` on connection missing ([#30778](https://github-redirect.dependabot.com/laravel/framework/pull/30778))
> - Improved ShouldBroadcastNow performance ([#30797](https://github-redirect.dependabot.com/laravel/framework/pull/30797), [5b3cc97](https://github.com/laravel/framework/commit/5b3cc9752d873be96ac34d9062cc35aa9c95bd59))
>
> ## v6.6.2
> ## [v6.6.2 (2019-12-05)](https://github.com/laravel/framework/compare/v6.6.1...v6.6.2)
>
> ### Added
> - Added `Illuminate\Support\Facades\Facade::partialMock()` method ([#30754](https://github-redirect.dependabot.com/laravel/framework/pull/30754))
> - Added of support `retryAfter` option on queued listeners ([#30743](https://github-redirect.dependabot.com/laravel/framework/pull/30743))
>
> ### Fixed
> ... (truncated)
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).*
> # Release Notes for 5.8.x
>
> ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8)
>
>
> ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35)
>
> ### Added
> - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788))
> - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709))
> - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842))
>
> ### Fixed
> - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765))
> - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1))
>
> ### Changed
> - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831))
> - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837))
>
>
> ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34)
>
> ### Fixed
> - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698))
> - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714))
> - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708))
> - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716))
>
> ### Changed:
> - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738))
>
>
> ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33)
>
> ### Added
> - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549))
> - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589))
> - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606))
> - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645))
> - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564))
>
> ### Fixed
> - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560))
> - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565))
> - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568))
> - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579))
> - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580))
> - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587))
> - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601))
> ... (truncated)
Commits
- [`3d1d74b`](https://github.com/laravel/framework/commit/3d1d74bf11a72f030983f39e0f6b7ec55de952f4) version
- [`7e2a21a`](https://github.com/laravel/framework/commit/7e2a21a7471453b8157b0b524d77b084fce4de41) Merge branch '6.x' of github.com:laravel/framework into 6.x
- [`3c8ccc2`](https://github.com/laravel/framework/commit/3c8ccc2fb4ec03572076e6df71608f6bbb7d71e1) Prevent duplicate attachments
- [`a849b2c`](https://github.com/laravel/framework/commit/a849b2c0280faccd27392c34556f37052fd5877e) [6.x] Allow force creation of controllers ([#30856](https://github-redirect.dependabot.com/laravel/framework/issues/30856))
- [`a06132c`](https://github.com/laravel/framework/commit/a06132cf639a91d106bab0b8693debfa0a42d815) Added previous exception to EntryNotFoundException thrown in Container.php (#...
- [`503e9c3`](https://github.com/laravel/framework/commit/503e9c388da87300d3878374f4733c8d5386b83a) Add 'setRawAttribute' method ([#30853](https://github-redirect.dependabot.com/laravel/framework/issues/30853))
- [`2cd9417`](https://github.com/laravel/framework/commit/2cd9417064123fd6c9114788d331659ede568dbf) formatting
- [`1bf9c32`](https://github.com/laravel/framework/commit/1bf9c32fa4e4d3cc1f7749aa3ddc888121c679dc) Merge branch 'patch-3' of https://github.com/maki10/framework into maki10-pat...
- [`a53d4a2`](https://github.com/laravel/framework/commit/a53d4a2922eb128bccafbe58e8fc3cc9fa095867) [6.x] Add support for nested arrays with `assertViewHas` ([#30837](https://github-redirect.dependabot.com/laravel/framework/issues/30837))
- [`db794ce`](https://github.com/laravel/framework/commit/db794ceea6734cc90286e04a8a2a48e5b4cd4130) Update helpers.php ([#30838](https://github-redirect.dependabot.com/laravel/framework/issues/30838))
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.8.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps laravel/framework from 5.8.32 to 6.8.0.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v6.8.0 > ## [v6.8.0 (2019-12-17)](https://github.com/laravel/framework/compare/v6.7.0...v6.8.0) > > ### Added > - Allowed packages to use custom markdown mail themes ([#30814](https://github-redirect.dependabot.com/laravel/framework/pull/30814), [2206d52](https://github.com/laravel/framework/commit/2206d5223606f5a24e7e3bf0ba1f25b343dfcc6b)) > - Added more quotes to `Inspiring` ([4a7d566](https://github.com/laravel/framework/commit/4a7d566ff4a330970cfaa03df4c988c580804a7f), [9693ced](https://github.com/laravel/framework/commit/9693cedbfc1fb0e38a8e688375e5b2ce5273b75f)) > - Added support for nested arrays in `TestResponse::assertViewHas()` ([#30837](https://github-redirect.dependabot.com/laravel/framework/pull/30837)) > - Added `Model::setRawAttribute()` ([#30853](https://github-redirect.dependabot.com/laravel/framework/pull/30853)) > - Added `--force` option to the `make:controller` resource ([#30856](https://github-redirect.dependabot.com/laravel/framework/pull/30856)) > - Allowed passing an array to `Resource::collection()` ([#30800](https://github-redirect.dependabot.com/laravel/framework/pull/30800)) > - Implemented ArrayAccess on `JsonResponse` and `TestResponse` ([#30817](https://github-redirect.dependabot.com/laravel/framework/pull/30817)) > - Added `--seed` option to the `make::model` resource ([#30828](https://github-redirect.dependabot.com/laravel/framework/pull/30828), [2cd9417](https://github.com/laravel/framework/commit/2cd9417064123fd6c9114788d331659ede568dbf)) > > ### Fixed > - Fixed two index creation instead of one when using `change()` ([#30843](https://github-redirect.dependabot.com/laravel/framework/pull/30843)) > - Prevent duplicate attachments in the `Mailable` ([3c8ccc2](https://github.com/laravel/framework/commit/3c8ccc2fb4ec03572076e6df71608f6bbb7d71e1)) > - Fixed `ServiceProvider` for PHP 7.4 in `Lumen` ([#30819](https://github-redirect.dependabot.com/laravel/framework/pull/30819)) > - Fixed non-eloquent model validation in database validation rules ([#30840](https://github-redirect.dependabot.com/laravel/framework/pull/30840)) > > ### Changed > - Changed `rescue()` helper ([#30838](https://github-redirect.dependabot.com/laravel/framework/pull/30838)) > - Added previous exception to `EntryNotFoundException` thrown in `Container.php` ([#30862](https://github-redirect.dependabot.com/laravel/framework/pull/30862)) > - Changed `DatabaseNotification::$keyType` to match `uuid` ([#30823](https://github-redirect.dependabot.com/laravel/framework/pull/30823)) > > ## v6.7.0 > ## [v6.7.0 (2019-12-10)](https://github.com/laravel/framework/compare/v6.6.2...v6.7.0) > > ### Added > - Added `getQualifiedCreatedAtColumn()` and `getQualifiedUpdatedAtColumn()` methods to `HasTimestamps` concern ([#30792](https://github-redirect.dependabot.com/laravel/framework/pull/30792)) > - Added `exceptionContext()` method to the `Exceptions\Handler` ([#30780](https://github-redirect.dependabot.com/laravel/framework/pull/30780)) > - Added ability for postmark transport to throw errors ([#30799](https://github-redirect.dependabot.com/laravel/framework/pull/30799), [4320b82](https://github.com/laravel/framework/commit/4320b82f848d63d41df95860ed3bf595202873a9)) > - Added `withoutRelations()` and `unsetRelations()` methods to `HasRelationships` ([#30802](https://github-redirect.dependabot.com/laravel/framework/pull/30802)) > - Added `ResourceCollection::preserveQueryParameters()` for preserve query parameters on paginated api resources ([#30745](https://github-redirect.dependabot.com/laravel/framework/pull/30745), [e92a708](https://github.com/laravel/framework/commit/e92a70800671187cc30a39e965144101d5db169a)) > > ### Fixed > - Fixed explicit models in string-based database validation rules ([#30790](https://github-redirect.dependabot.com/laravel/framework/pull/30790)) > - Fixed `Routing\RedirectController()` ([#30783](https://github-redirect.dependabot.com/laravel/framework/pull/30783)) > > ### Changed > - Reconnect `PhpRedisConnection` on connection missing ([#30778](https://github-redirect.dependabot.com/laravel/framework/pull/30778)) > - Improved ShouldBroadcastNow performance ([#30797](https://github-redirect.dependabot.com/laravel/framework/pull/30797), [5b3cc97](https://github.com/laravel/framework/commit/5b3cc9752d873be96ac34d9062cc35aa9c95bd59)) > > ## v6.6.2 > ## [v6.6.2 (2019-12-05)](https://github.com/laravel/framework/compare/v6.6.1...v6.6.2) > > ### Added > - Added `Illuminate\Support\Facades\Facade::partialMock()` method ([#30754](https://github-redirect.dependabot.com/laravel/framework/pull/30754)) > - Added of support `retryAfter` option on queued listeners ([#30743](https://github-redirect.dependabot.com/laravel/framework/pull/30743)) > > ### Fixed > ... (truncated)Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-5.8.md).* > # Release Notes for 5.8.x > > ## [Unreleased](https://github.com/laravel/framework/compare/v5.8.35...5.8) > > > ## [v5.8.35 (2019-09-03)](https://github.com/laravel/framework/compare/v5.8.34...v5.8.35) > > ### Added > - Added support of `NOT RLIKE` SQL operator ([#29788](https://github-redirect.dependabot.com/laravel/framework/pull/29788)) > - Added hebrew letters to `Str:slug` language array ([#29838](https://github-redirect.dependabot.com/laravel/framework/pull/29838), [ba772d6](https://github.com/laravel/framework/commit/ba772d643b88a4646c1161f5325e52de81d7a709)) > - Added support of `php7.4` ([#29842](https://github-redirect.dependabot.com/laravel/framework/pull/29842)) > > ### Fixed > - Fixed self-referencing `MorphOneOrMany` existence queries ([#29765](https://github-redirect.dependabot.com/laravel/framework/pull/29765)) > - Fixed `QueueFake::size()` method ([#29761](https://github-redirect.dependabot.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) > > ### Changed > - Added note that the GD extension is required for generating images ([#29770](https://github-redirect.dependabot.com/laravel/framework/pull/29770), [#29831](https://github-redirect.dependabot.com/laravel/framework/pull/29831)) > - Changed `monolog/monolog` version to `^1.12` ([#29837](https://github-redirect.dependabot.com/laravel/framework/pull/29837)) > > > ## [v5.8.34 (2019-08-27)](https://github.com/laravel/framework/compare/v5.8.33...v5.8.34) > > ### Fixed > - Fixed `MailMessage::render()` if `view` method was used ([#29698](https://github-redirect.dependabot.com/laravel/framework/pull/29698)) > - Fixed setting of numeric values as model attribute ([#29714](https://github-redirect.dependabot.com/laravel/framework/pull/29714)) > - Fixed mocking of events `until` method in `MocksApplicationServices` ([#29708](https://github-redirect.dependabot.com/laravel/framework/pull/29708)) > - Fixed: Use custom attributes in lt/lte/gt/gte rules messages ([#29716](https://github-redirect.dependabot.com/laravel/framework/pull/29716)) > > ### Changed: > - Changed applying of Aws Instance Profile ([#29738](https://github-redirect.dependabot.com/laravel/framework/pull/29738)) > > > ## [v5.8.33 (2019-08-20)](https://github.com/laravel/framework/compare/v5.8.32...v5.8.33) > > ### Added > - Added `ValidatesWhenResolvedTrait::passedValidation()` callback ([#29549](https://github-redirect.dependabot.com/laravel/framework/pull/29549)) > - Implement new types for email validation support ([#29589](https://github-redirect.dependabot.com/laravel/framework/pull/29589)) > - Added Redis 5 support ([#29606](https://github-redirect.dependabot.com/laravel/framework/pull/29606)) > - Added `insertOrIgnore` support ([#29639](https://github-redirect.dependabot.com/laravel/framework/pull/29639), [46d7e96](https://github.com/laravel/framework/commit/46d7e96ab3ab59339ef0ea8802963b2db84f9ab3), [#29645](https://github-redirect.dependabot.com/laravel/framework/pull/29645)) > - Allowed to override the existing `Whoops` handler.([#29564](https://github-redirect.dependabot.com/laravel/framework/pull/29564)) > > ### Fixed > - Fixed non-displayable boolean values in validation messages ([#29560](https://github-redirect.dependabot.com/laravel/framework/pull/29560)) > - Avoid undefined index errors when using AWS IAM ([#29565](https://github-redirect.dependabot.com/laravel/framework/pull/29565)) > - Fixed exception message in the `ProviderRepository::writeManifest()` ([#29568](https://github-redirect.dependabot.com/laravel/framework/pull/29568)) > - Fixed invalid link expiry count in ResetPassword ([#29579](https://github-redirect.dependabot.com/laravel/framework/pull/29579)) > - Fixed command testing of `output` and `questions` expectations ([#29580](https://github-redirect.dependabot.com/laravel/framework/pull/29580)) > - Added ignoring of classes which are not instantiable during event discovery ([#29587](https://github-redirect.dependabot.com/laravel/framework/pull/29587)) > - Used real classname for seeders in the output ([#29601](https://github-redirect.dependabot.com/laravel/framework/pull/29601)) > ... (truncated)Commits
- [`3d1d74b`](https://github.com/laravel/framework/commit/3d1d74bf11a72f030983f39e0f6b7ec55de952f4) version - [`7e2a21a`](https://github.com/laravel/framework/commit/7e2a21a7471453b8157b0b524d77b084fce4de41) Merge branch '6.x' of github.com:laravel/framework into 6.x - [`3c8ccc2`](https://github.com/laravel/framework/commit/3c8ccc2fb4ec03572076e6df71608f6bbb7d71e1) Prevent duplicate attachments - [`a849b2c`](https://github.com/laravel/framework/commit/a849b2c0280faccd27392c34556f37052fd5877e) [6.x] Allow force creation of controllers ([#30856](https://github-redirect.dependabot.com/laravel/framework/issues/30856)) - [`a06132c`](https://github.com/laravel/framework/commit/a06132cf639a91d106bab0b8693debfa0a42d815) Added previous exception to EntryNotFoundException thrown in Container.php (#... - [`503e9c3`](https://github.com/laravel/framework/commit/503e9c388da87300d3878374f4733c8d5386b83a) Add 'setRawAttribute' method ([#30853](https://github-redirect.dependabot.com/laravel/framework/issues/30853)) - [`2cd9417`](https://github.com/laravel/framework/commit/2cd9417064123fd6c9114788d331659ede568dbf) formatting - [`1bf9c32`](https://github.com/laravel/framework/commit/1bf9c32fa4e4d3cc1f7749aa3ddc888121c679dc) Merge branch 'patch-3' of https://github.com/maki10/framework into maki10-pat... - [`a53d4a2`](https://github.com/laravel/framework/commit/a53d4a2922eb128bccafbe58e8fc3cc9fa095867) [6.x] Add support for nested arrays with `assertViewHas` ([#30837](https://github-redirect.dependabot.com/laravel/framework/issues/30837)) - [`db794ce`](https://github.com/laravel/framework/commit/db794ceea6734cc90286e04a8a2a48e5b4cd4130) Update helpers.php ([#30838](https://github-redirect.dependabot.com/laravel/framework/issues/30838)) - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.32...v6.8.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)