Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.4
> ## [v5.8.4 (2019-03-12)](https://github.com/laravel/framework/compare/v5.8.3...v5.8.4)
>
> ### Added
> - Added `Illuminate\Support\Collection::join()` method ([#27723](https://github-redirect.dependabot.com/laravel/framework/pull/27723))
> - Added `Illuminate\Foundation\Http\Kernel::getRouteMiddleware()` method ([#27852](https://github-redirect.dependabot.com/laravel/framework/pull/27852))
> - Added danish specific transliteration to `Str` class ([#27857](https://github-redirect.dependabot.com/laravel/framework/pull/27857))
>
> ### Fixed
> - Fixed JSON boolean queries ([#27847](https://github-redirect.dependabot.com/laravel/framework/pull/27847))
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.4 (2019-03-12)](https://github.com/laravel/framework/compare/v5.8.3...v5.8.4)
>
> ### Added
> - Added `Illuminate\Support\Collection::join()` method ([#27723](https://github-redirect.dependabot.com/laravel/framework/pull/27723))
> - Added `Illuminate\Foundation\Http\Kernel::getRouteMiddleware()` method ([#27852](https://github-redirect.dependabot.com/laravel/framework/pull/27852))
> - Added danish specific transliteration to `Str` class ([#27857](https://github-redirect.dependabot.com/laravel/framework/pull/27857))
>
> ### Fixed
> - Fixed JSON boolean queries ([#27847](https://github-redirect.dependabot.com/laravel/framework/pull/27847))
Commits
- [`d651f8b`](https://github.com/laravel/framework/commit/d651f8bd25c6baf7ae4913bc51f02849fad4e925) version
- [`dd7dda5`](https://github.com/laravel/framework/commit/dd7dda5e4e4bb275646d13478d8966e8604d42e1) alphabetize
- [`c54711e`](https://github.com/laravel/framework/commit/c54711ecdc3b0be6655396c1af1d5ade03e0241c) Added `da` specific transliteration
- [`fe2c8a6`](https://github.com/laravel/framework/commit/fe2c8a6716195602a924bbe05261eba5820055b4) Merge pull request [#27852](https://github-redirect.dependabot.com/laravel/framework/issues/27852) from roberto-aguilar/feature/http-kernel
- [`8412218`](https://github.com/laravel/framework/commit/8412218059b94c3f781fdeee3f0eb507a66550d4) Create getter for the http route middlewares
- [`a3bbb7f`](https://github.com/laravel/framework/commit/a3bbb7f768a715560a36cf8907ff6c0cc5e864c0) Merge pull request [#27849](https://github-redirect.dependabot.com/laravel/framework/issues/27849) from driesvints/adjust-documentation-template
- [`20b906e`](https://github.com/laravel/framework/commit/20b906e4eb9f72e17f3fed5aad2cd4f087caa333) Update PULL_REQUEST_TEMPLATE.md
- [`f8dfe26`](https://github.com/laravel/framework/commit/f8dfe267585d4570547f9f7b987352cc4f98e7b5) Update 1_Bug_report.md
- [`9bcad4a`](https://github.com/laravel/framework/commit/9bcad4a9b505188a6c4bbb684a42062f36eb60cc) Use latest versions
- [`7ef2293`](https://github.com/laravel/framework/commit/7ef22935156b8c58ac96f5ea7cdba8b0ee182ad7) Typo
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.3...v5.8.4)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.8.3 to 5.8.4.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.4 > ## [v5.8.4 (2019-03-12)](https://github.com/laravel/framework/compare/v5.8.3...v5.8.4) > > ### Added > - Added `Illuminate\Support\Collection::join()` method ([#27723](https://github-redirect.dependabot.com/laravel/framework/pull/27723)) > - Added `Illuminate\Foundation\Http\Kernel::getRouteMiddleware()` method ([#27852](https://github-redirect.dependabot.com/laravel/framework/pull/27852)) > - Added danish specific transliteration to `Str` class ([#27857](https://github-redirect.dependabot.com/laravel/framework/pull/27857)) > > ### Fixed > - Fixed JSON boolean queries ([#27847](https://github-redirect.dependabot.com/laravel/framework/pull/27847))Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.4 (2019-03-12)](https://github.com/laravel/framework/compare/v5.8.3...v5.8.4) > > ### Added > - Added `Illuminate\Support\Collection::join()` method ([#27723](https://github-redirect.dependabot.com/laravel/framework/pull/27723)) > - Added `Illuminate\Foundation\Http\Kernel::getRouteMiddleware()` method ([#27852](https://github-redirect.dependabot.com/laravel/framework/pull/27852)) > - Added danish specific transliteration to `Str` class ([#27857](https://github-redirect.dependabot.com/laravel/framework/pull/27857)) > > ### Fixed > - Fixed JSON boolean queries ([#27847](https://github-redirect.dependabot.com/laravel/framework/pull/27847))Commits
- [`d651f8b`](https://github.com/laravel/framework/commit/d651f8bd25c6baf7ae4913bc51f02849fad4e925) version - [`dd7dda5`](https://github.com/laravel/framework/commit/dd7dda5e4e4bb275646d13478d8966e8604d42e1) alphabetize - [`c54711e`](https://github.com/laravel/framework/commit/c54711ecdc3b0be6655396c1af1d5ade03e0241c) Added `da` specific transliteration - [`fe2c8a6`](https://github.com/laravel/framework/commit/fe2c8a6716195602a924bbe05261eba5820055b4) Merge pull request [#27852](https://github-redirect.dependabot.com/laravel/framework/issues/27852) from roberto-aguilar/feature/http-kernel - [`8412218`](https://github.com/laravel/framework/commit/8412218059b94c3f781fdeee3f0eb507a66550d4) Create getter for the http route middlewares - [`a3bbb7f`](https://github.com/laravel/framework/commit/a3bbb7f768a715560a36cf8907ff6c0cc5e864c0) Merge pull request [#27849](https://github-redirect.dependabot.com/laravel/framework/issues/27849) from driesvints/adjust-documentation-template - [`20b906e`](https://github.com/laravel/framework/commit/20b906e4eb9f72e17f3fed5aad2cd4f087caa333) Update PULL_REQUEST_TEMPLATE.md - [`f8dfe26`](https://github.com/laravel/framework/commit/f8dfe267585d4570547f9f7b987352cc4f98e7b5) Update 1_Bug_report.md - [`9bcad4a`](https://github.com/laravel/framework/commit/9bcad4a9b505188a6c4bbb684a42062f36eb60cc) Use latest versions - [`7ef2293`](https://github.com/laravel/framework/commit/7ef22935156b8c58ac96f5ea7cdba8b0ee182ad7) Typo - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.3...v5.8.4)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.