Laravel v6.13.0 is released in 2020/01/28, here are the changes we`ve merged into this release.
Added
- Added
--api
option to themake:model
command (#31197, #31222) - Added
PendingResourceRegistration::shallow()
method (#31208, 104c539) - Allowed formatting an implicit attribute using a closure (#31246)
- Added
Filesystem::ensureDirectoryExists()
method (8a8eed4) - Added support to
Storage::url()
for the Ftp driver (#31258, b8790e5)
Fixed
- Fixed laravel migrations when migrating to sql server (dropColumn with default value) (#31229)
- Fixed
handleBeginTransactionException()
method calling pdo property instead of getPdo() method (#31233) - Fixed channel names when broadcasting via redis (#31261)
- Replace asterisks before validation (#31257)
Changed
- Reset timeout handler after worker loop (#31198)
GitHub: https://github.com/laravel/framework/releases/tag/v6.13.0