Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.0
> ## [v5.8.0 (2019-02-26)](https://github.com/laravel/framework/compare/5.7...v5.8.0)
>
> Check the upgrade guide in the [Official Laravel Documentation](https://laravel.com/docs/5.8/upgrade).
>
> ## v5.7.28
> ## [v5.7.28 (2019-02-26)](https://github.com/laravel/framework/compare/v5.7.27...v5.7.28)
>
> ### Added
> - Add support for `Pheanstalk 4.x` ([#27622](https://github-redirect.dependabot.com/laravel/framework/pull/27622))
> - Allow configuration of token guard keys ([#27585](https://github-redirect.dependabot.com/laravel/framework/pull/27585))
>
> ### Changed
> - Update vue preset to exclude `@babel/preset-react` ([#27645](https://github-redirect.dependabot.com/laravel/framework/pull/27645))
> - Reflash the session for the broadcasting auth call ([#27647](https://github-redirect.dependabot.com/laravel/framework/pull/27647))
> - Improving readability in `AuthenticateWithBasicAuth` Middleware ([#27661](https://github-redirect.dependabot.com/laravel/framework/pull/27661))
> - Use safe container getter on `Pipeline` ([#27648](https://github-redirect.dependabot.com/laravel/framework/pull/27648))
>
> ### Fixed
> - Fixed Postgres grammar when using union queries ([#27589](https://github-redirect.dependabot.com/laravel/framework/pull/27589))
> - Fixed an issue when using Mail::queue to queue Mailables ([#27618](https://github-redirect.dependabot.com/laravel/framework/pull/27618))
> - Fixed error in `Foundation\Exceptions\Handler` ([#27632](https://github-redirect.dependabot.com/laravel/framework/pull/27632))
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.0 (2019-02-26)](https://github.com/laravel/framework/compare/5.7...v5.8.0)
>
> Check the upgrade guide in the [Official Laravel Documentation](https://laravel.com/docs/5.8/upgrade).
Commits
- [`e6c8aa0`](https://github.com/laravel/framework/commit/e6c8aa0e39d8f91068ad1c299546536e9f25ef63) fix conflicts
- [`8e69728`](https://github.com/laravel/framework/commit/8e69728f1c80a024588adbd24c65c4fcf9aa9192) version
- [`6733099`](https://github.com/laravel/framework/commit/6733099346e523077c525f09ce6a9277e9de4ebc) version
- [`cadea88`](https://github.com/laravel/framework/commit/cadea88cc2007cedb825b5d86a0fb184dcd76ab4) tweak how detach and updateExistingPivot work with custom models
- [`970c9ed`](https://github.com/laravel/framework/commit/970c9ed70b053aec7d69487a825577ed6f0329d1) remove broken code
- [`62032fe`](https://github.com/laravel/framework/commit/62032fec24246e2c2bf20d168e87d502c703f9e1) Merge branch '5.8' of github.com:laravel/framework into 5.8
- [`f3f03e4`](https://github.com/laravel/framework/commit/f3f03e49c60ac7abd6ee21075d1259bfee913f45) formatting
- [`b82d42d`](https://github.com/laravel/framework/commit/b82d42d7ccbb2cf6c4feb4ffa1046226dcc13fb4) Merge branch '5.8-pivot-models-when-using' of https://github.com/ralphschindl...
- [`22b1481`](https://github.com/laravel/framework/commit/22b14815f3d9c8a9ef332db8b3cd8692b4a3dbcd) Merge pull request [#27664](https://github-redirect.dependabot.com/laravel/framework/issues/27664) from CupOfTea696/feature/multiple-policy-guesses
- [`c7d5ad8`](https://github.com/laravel/framework/commit/c7d5ad8ef51d6a793b78844c072438fb6db36078) formatting
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.27...v5.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 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.7.27 to 5.8.0.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.0 > ## [v5.8.0 (2019-02-26)](https://github.com/laravel/framework/compare/5.7...v5.8.0) > > Check the upgrade guide in the [Official Laravel Documentation](https://laravel.com/docs/5.8/upgrade). > > ## v5.7.28 > ## [v5.7.28 (2019-02-26)](https://github.com/laravel/framework/compare/v5.7.27...v5.7.28) > > ### Added > - Add support for `Pheanstalk 4.x` ([#27622](https://github-redirect.dependabot.com/laravel/framework/pull/27622)) > - Allow configuration of token guard keys ([#27585](https://github-redirect.dependabot.com/laravel/framework/pull/27585)) > > ### Changed > - Update vue preset to exclude `@babel/preset-react` ([#27645](https://github-redirect.dependabot.com/laravel/framework/pull/27645)) > - Reflash the session for the broadcasting auth call ([#27647](https://github-redirect.dependabot.com/laravel/framework/pull/27647)) > - Improving readability in `AuthenticateWithBasicAuth` Middleware ([#27661](https://github-redirect.dependabot.com/laravel/framework/pull/27661)) > - Use safe container getter on `Pipeline` ([#27648](https://github-redirect.dependabot.com/laravel/framework/pull/27648)) > > ### Fixed > - Fixed Postgres grammar when using union queries ([#27589](https://github-redirect.dependabot.com/laravel/framework/pull/27589)) > - Fixed an issue when using Mail::queue to queue Mailables ([#27618](https://github-redirect.dependabot.com/laravel/framework/pull/27618)) > - Fixed error in `Foundation\Exceptions\Handler` ([#27632](https://github-redirect.dependabot.com/laravel/framework/pull/27632))Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.0 (2019-02-26)](https://github.com/laravel/framework/compare/5.7...v5.8.0) > > Check the upgrade guide in the [Official Laravel Documentation](https://laravel.com/docs/5.8/upgrade).Commits
- [`e6c8aa0`](https://github.com/laravel/framework/commit/e6c8aa0e39d8f91068ad1c299546536e9f25ef63) fix conflicts - [`8e69728`](https://github.com/laravel/framework/commit/8e69728f1c80a024588adbd24c65c4fcf9aa9192) version - [`6733099`](https://github.com/laravel/framework/commit/6733099346e523077c525f09ce6a9277e9de4ebc) version - [`cadea88`](https://github.com/laravel/framework/commit/cadea88cc2007cedb825b5d86a0fb184dcd76ab4) tweak how detach and updateExistingPivot work with custom models - [`970c9ed`](https://github.com/laravel/framework/commit/970c9ed70b053aec7d69487a825577ed6f0329d1) remove broken code - [`62032fe`](https://github.com/laravel/framework/commit/62032fec24246e2c2bf20d168e87d502c703f9e1) Merge branch '5.8' of github.com:laravel/framework into 5.8 - [`f3f03e4`](https://github.com/laravel/framework/commit/f3f03e49c60ac7abd6ee21075d1259bfee913f45) formatting - [`b82d42d`](https://github.com/laravel/framework/commit/b82d42d7ccbb2cf6c4feb4ffa1046226dcc13fb4) Merge branch '5.8-pivot-models-when-using' of https://github.com/ralphschindl... - [`22b1481`](https://github.com/laravel/framework/commit/22b14815f3d9c8a9ef332db8b3cd8692b4a3dbcd) Merge pull request [#27664](https://github-redirect.dependabot.com/laravel/framework/issues/27664) from CupOfTea696/feature/multiple-policy-guesses - [`c7d5ad8`](https://github.com/laravel/framework/commit/c7d5ad8ef51d6a793b78844c072438fb6db36078) formatting - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.27...v5.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 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.