Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).*
> ## [v5.7.18 (2018-12-17)](https://github.com/laravel/framework/compare/v5.7.17...v5.7.18)
>
> ### Added
> - Added missing `starts_with` validation message ([#26822](https://github-redirect.dependabot.com/laravel/framework/pull/26822))
> - Added `Facade::resolved()` method to register pending callback until the service is available. ([#26824](https://github-redirect.dependabot.com/laravel/framework/pull/26824))
> - Added env var `APP_CONFIG_CACHE` to control cache config path ([578bc83](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66))
>
> ### Changed
> - Changed `TransportManager::createMailDriver` ([#26846](https://github-redirect.dependabot.com/laravel/framework/pull/26846))
>
> ### Fixed
> - Fixed of using `illuminate/mail` outside of Laravel with driver log ([#26842](https://github-redirect.dependabot.com/laravel/framework/pull/26842))
> - Fixed some bugs for `app()->call()` ([#26852](https://github-redirect.dependabot.com/laravel/framework/pull/26852))
> - Added workaround for PHP-bug related to [incorrect variable values when Opcache enabled in PHP v 7.3.0](https://github-redirect.dependabot.com/laravel/framework/issues/26819) ([36d3436](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7))
>
>
> ## [v5.7.17 (2018-12-12)](https://github.com/laravel/framework/compare/v5.7.16...v5.7.17)
>
> ### Added
> - Added `Database\Query\Builder::insertUsing` method ([#26732](https://github-redirect.dependabot.com/laravel/framework/pull/26732), [8216b46](https://github.com/laravel/framework/commit/8216b4607152f9b01f26efba6b045add5382c625))
> - Added `Database\Query\Builder::havingBetween` method ([#26758](https://github-redirect.dependabot.com/laravel/framework/pull/26758))
> - Added `Packets out of order. Expected` string to `DetectsLostConnections` trait ([#26760](https://github-redirect.dependabot.com/laravel/framework/pull/26760))
> - Added `NOT VALID` option for skipping validation when adding postgres foreign keys ([#26775](https://github-redirect.dependabot.com/laravel/framework/pull/26775))
>
> ### Fixed
> - Fixed: Using `store` on an uploaded file when you push an empty file ([#26809](https://github-redirect.dependabot.com/laravel/framework/pull/26809))
> - Fixed hiding for hidden commands ([#26781](https://github-redirect.dependabot.com/laravel/framework/pull/26781))
>
>
> ## [v5.7.16 (2018-12-05)](https://github.com/laravel/framework/compare/v5.7.15...v5.7.16)
>
> ### Added
> - Added localization for `403.blade.php` and `503.blade.php` ([#26751](https://github-redirect.dependabot.com/laravel/framework/pull/26751))
> - Changing the Migrator to accept not only migration directory paths, but migration file paths too ([#26642](https://github-redirect.dependabot.com/laravel/framework/pull/26642), [c4b13bf](https://github.com/laravel/framework/commit/c4b13bfd115bcfd54588ad2a5809fea2222d1cdb))
>
> ### Fixed
> - Fixed self-referencing HasManyThrough existence queries ([#26662](https://github-redirect.dependabot.com/laravel/framework/pull/26662))
> - Fixed HasManyThrough existence queries with same parent and through parent table ([#26676](https://github-redirect.dependabot.com/laravel/framework/pull/26676))
> - Fixed breaking eager loading with "incrementing" string keys ([#26688](https://github-redirect.dependabot.com/laravel/framework/pull/26688))
> - Remove the Register `
` when the route doesn't exist in `app.stub` ([#26708](https://github-redirect.dependabot.com/laravel/framework/pull/26708))
> - Fixed `Collection::some` method ([#26696](https://github-redirect.dependabot.com/laravel/framework/pull/26696))
> - Revert breaking change in `TestResponse::decodeResponseJson` method ([#26713](https://github-redirect.dependabot.com/laravel/framework/pull/26713))
> - Fixed `PhpRedisConnection::mget` ([#26716](https://github-redirect.dependabot.com/laravel/framework/pull/26716))
> - Fixed `Eloquent\Collection::loadCount` attribute syncing ([#26714](https://github-redirect.dependabot.com/laravel/framework/pull/26714))
> - Fixed `Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::seed` for array accepting ([#26734](https://github-redirect.dependabot.com/laravel/framework/pull/26734))
> - Fixed `FormRequest` validation triggering twice ([#26731](https://github-redirect.dependabot.com/laravel/framework/pull/26731))
>
> ### Changed
> - Changed markdown on auth stub view (`Auth/Console/stubs/make/views/auth/login.stub`) ([#26648](https://github-redirect.dependabot.com/laravel/framework/pull/26648))
> - Moved Slack and Nexmo notification channels to the own packages `laravel/nexmo-notification-channel`, `laravel/slack-notification-channel` ([#26689](https://github-redirect.dependabot.com/laravel/framework/pull/26689), [#26727](https://github-redirect.dependabot.com/laravel/framework/pull/26727))
> ... (truncated)
Commits
- [`d329797`](https://github.com/laravel/framework/commit/d329797ae0e2ece220d85a5b59ffe659ce2050ae) version
- [`a4ab046`](https://github.com/laravel/framework/commit/a4ab0469d90e617ae21fc5ee50b452bf0bf49d30) Merge branch '5.7' of github.com:laravel/framework into 5.7
- [`36d3436`](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7) work around php bug
- [`e9d6f20`](https://github.com/laravel/framework/commit/e9d6f2007289eed9747f166229d8e24edb502d94) Fix typo/formatting ([#26878](https://github-redirect.dependabot.com/laravel/framework/issues/26878))
- [`881be81`](https://github.com/laravel/framework/commit/881be813c3038b32a07a104ff8c322a8093300c9) [5.7] Bug fix for app()->call() ([#26852](https://github-redirect.dependabot.com/laravel/framework/issues/26852))
- [`3913c10`](https://github.com/laravel/framework/commit/3913c10a54a967d1a6b4e0fc3b162da4054121fb) Fix doc-blocks ([#26869](https://github-redirect.dependabot.com/laravel/framework/issues/26869))
- [`7c183bc`](https://github.com/laravel/framework/commit/7c183bcd2d0a0b225c11e184c7690e9ea052bbb2) Test the TransportManager creates a log driver with any LoggerInterface insta...
- [`578bc83`](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66) allow env to control cache config path
- [`92416bf`](https://github.com/laravel/framework/commit/92416bf607e172d80f775f33e2eeee29e2b23c49) Merge branch 'fix/starts-with-validation-message' of https://github.com/steff...
- [`69d11ff`](https://github.com/laravel/framework/commit/69d11fff5f1dbdba9926cd495610466496c6dc6a) [5.7] Allow TransportManager to create log driver with any Psr\Log\LoggerInte...
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.2...v5.7.18)
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 cancel merge` will cancel a previously requested merge
- `@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.2 to 5.7.18.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.18 > ## [v5.7.18 (2018-12-17)](https://github.com/laravel/framework/compare/v5.7.17...v5.7.18) > > ### Added > - Added missing `starts_with` validation message ([#26822](https://github-redirect.dependabot.com/laravel/framework/pull/26822)) > - Added `Facade::resolved()` method to register pending callback until the service is available. ([#26824](https://github-redirect.dependabot.com/laravel/framework/pull/26824)) > - Added env var `APP_CONFIG_CACHE` to control cache config path ([578bc83](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66)) > > ### Changed > - Changed `TransportManager::createMailDriver` ([#26846](https://github-redirect.dependabot.com/laravel/framework/pull/26846)) > > ### Fixed > - Fixed of using `illuminate/mail` outside of Laravel with driver log ([#26842](https://github-redirect.dependabot.com/laravel/framework/pull/26842)) > - Fixed some bugs for `app()->call()` ([#26852](https://github-redirect.dependabot.com/laravel/framework/pull/26852)) > - Added workaround for PHP-bug related to [incorrect variable values when Opcache enabled in PHP v 7.3.0](https://github-redirect.dependabot.com/laravel/framework/issues/26819) ([36d3436](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7)) > > ## v5.7.17 > ## [v5.7.17 (2018-12-12)](https://github.com/laravel/framework/compare/v5.7.16...v5.7.17) > > ### Added > - Added `Database\Query\Builder::insertUsing` method ([#26732](https://github-redirect.dependabot.com/laravel/framework/pull/26732), [8216b46](https://github.com/laravel/framework/commit/8216b4607152f9b01f26efba6b045add5382c625)) > - Added `Database\Query\Builder::havingBetween` method ([#26758](https://github-redirect.dependabot.com/laravel/framework/pull/26758)) > - Added `Packets out of order. Expected` string to `DetectsLostConnections` trait ([#26760](https://github-redirect.dependabot.com/laravel/framework/pull/26760)) > - Added `NOT VALID` option for skipping validation when adding postgres foreign keys ([#26775](https://github-redirect.dependabot.com/laravel/framework/pull/26775)) > > ### Fixed > - Fixed: Using `store` on an uploaded file when you push an empty file ([#26809](https://github-redirect.dependabot.com/laravel/framework/pull/26809)) > - Fixed hiding for hidden commands ([#26781](https://github-redirect.dependabot.com/laravel/framework/pull/26781)) > > > ## v5.7.16 > ## [v5.7.16 (2018-12-05)](https://github.com/laravel/framework/compare/v5.7.15...v5.7.16) > > ### Added > - Added localization for `403.blade.php` and `503.blade.php` ([#26751](https://github-redirect.dependabot.com/laravel/framework/pull/26751)) > - Changing the Migrator to accept not only migration directory paths, but migration file paths too ([#26642](https://github-redirect.dependabot.com/laravel/framework/pull/26642), [c4b13bf](https://github.com/laravel/framework/commit/c4b13bfd115bcfd54588ad2a5809fea2222d1cdb)) > > ### Fixed > - Fixed self-referencing HasManyThrough existence queries ([#26662](https://github-redirect.dependabot.com/laravel/framework/pull/26662)) > - Fixed HasManyThrough existence queries with same parent and through parent table ([#26676](https://github-redirect.dependabot.com/laravel/framework/pull/26676)) > - Fixed breaking eager loading with "incrementing" string keys ([#26688](https://github-redirect.dependabot.com/laravel/framework/pull/26688)) > - Remove the Register `Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).* > ## [v5.7.18 (2018-12-17)](https://github.com/laravel/framework/compare/v5.7.17...v5.7.18) > > ### Added > - Added missing `starts_with` validation message ([#26822](https://github-redirect.dependabot.com/laravel/framework/pull/26822)) > - Added `Facade::resolved()` method to register pending callback until the service is available. ([#26824](https://github-redirect.dependabot.com/laravel/framework/pull/26824)) > - Added env var `APP_CONFIG_CACHE` to control cache config path ([578bc83](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66)) > > ### Changed > - Changed `TransportManager::createMailDriver` ([#26846](https://github-redirect.dependabot.com/laravel/framework/pull/26846)) > > ### Fixed > - Fixed of using `illuminate/mail` outside of Laravel with driver log ([#26842](https://github-redirect.dependabot.com/laravel/framework/pull/26842)) > - Fixed some bugs for `app()->call()` ([#26852](https://github-redirect.dependabot.com/laravel/framework/pull/26852)) > - Added workaround for PHP-bug related to [incorrect variable values when Opcache enabled in PHP v 7.3.0](https://github-redirect.dependabot.com/laravel/framework/issues/26819) ([36d3436](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7)) > > > ## [v5.7.17 (2018-12-12)](https://github.com/laravel/framework/compare/v5.7.16...v5.7.17) > > ### Added > - Added `Database\Query\Builder::insertUsing` method ([#26732](https://github-redirect.dependabot.com/laravel/framework/pull/26732), [8216b46](https://github.com/laravel/framework/commit/8216b4607152f9b01f26efba6b045add5382c625)) > - Added `Database\Query\Builder::havingBetween` method ([#26758](https://github-redirect.dependabot.com/laravel/framework/pull/26758)) > - Added `Packets out of order. Expected` string to `DetectsLostConnections` trait ([#26760](https://github-redirect.dependabot.com/laravel/framework/pull/26760)) > - Added `NOT VALID` option for skipping validation when adding postgres foreign keys ([#26775](https://github-redirect.dependabot.com/laravel/framework/pull/26775)) > > ### Fixed > - Fixed: Using `store` on an uploaded file when you push an empty file ([#26809](https://github-redirect.dependabot.com/laravel/framework/pull/26809)) > - Fixed hiding for hidden commands ([#26781](https://github-redirect.dependabot.com/laravel/framework/pull/26781)) > > > ## [v5.7.16 (2018-12-05)](https://github.com/laravel/framework/compare/v5.7.15...v5.7.16) > > ### Added > - Added localization for `403.blade.php` and `503.blade.php` ([#26751](https://github-redirect.dependabot.com/laravel/framework/pull/26751)) > - Changing the Migrator to accept not only migration directory paths, but migration file paths too ([#26642](https://github-redirect.dependabot.com/laravel/framework/pull/26642), [c4b13bf](https://github.com/laravel/framework/commit/c4b13bfd115bcfd54588ad2a5809fea2222d1cdb)) > > ### Fixed > - Fixed self-referencing HasManyThrough existence queries ([#26662](https://github-redirect.dependabot.com/laravel/framework/pull/26662)) > - Fixed HasManyThrough existence queries with same parent and through parent table ([#26676](https://github-redirect.dependabot.com/laravel/framework/pull/26676)) > - Fixed breaking eager loading with "incrementing" string keys ([#26688](https://github-redirect.dependabot.com/laravel/framework/pull/26688)) > - Remove the Register `Commits
- [`d329797`](https://github.com/laravel/framework/commit/d329797ae0e2ece220d85a5b59ffe659ce2050ae) version - [`a4ab046`](https://github.com/laravel/framework/commit/a4ab0469d90e617ae21fc5ee50b452bf0bf49d30) Merge branch '5.7' of github.com:laravel/framework into 5.7 - [`36d3436`](https://github.com/laravel/framework/commit/36d343682d25570946ff22397a720727e0c1dcd7) work around php bug - [`e9d6f20`](https://github.com/laravel/framework/commit/e9d6f2007289eed9747f166229d8e24edb502d94) Fix typo/formatting ([#26878](https://github-redirect.dependabot.com/laravel/framework/issues/26878)) - [`881be81`](https://github.com/laravel/framework/commit/881be813c3038b32a07a104ff8c322a8093300c9) [5.7] Bug fix for app()->call() ([#26852](https://github-redirect.dependabot.com/laravel/framework/issues/26852)) - [`3913c10`](https://github.com/laravel/framework/commit/3913c10a54a967d1a6b4e0fc3b162da4054121fb) Fix doc-blocks ([#26869](https://github-redirect.dependabot.com/laravel/framework/issues/26869)) - [`7c183bc`](https://github.com/laravel/framework/commit/7c183bcd2d0a0b225c11e184c7690e9ea052bbb2) Test the TransportManager creates a log driver with any LoggerInterface insta... - [`578bc83`](https://github.com/laravel/framework/commit/578bc83f0247b97ec87fefe39a8da7e9bbfd4a66) allow env to control cache config path - [`92416bf`](https://github.com/laravel/framework/commit/92416bf607e172d80f775f33e2eeee29e2b23c49) Merge branch 'fix/starts-with-validation-message' of https://github.com/steff... - [`69d11ff`](https://github.com/laravel/framework/commit/69d11fff5f1dbdba9926cd495610466496c6dc6a) [5.7] Allow TransportManager to create log driver with any Psr\Log\LoggerInte... - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.2...v5.7.18)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 cancel merge` will cancel a previously requested merge - `@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.