Laravel 是一套简洁、优雅的 PHP Web 开发框架(PHP Web Framework)。它可以让你从面条一样杂乱的代码中解脱出来;它可以帮你构建一个完美的网络 APP,而且每行代码都可以简洁、富于表达力。
本次 Laravel framework 更新内容如下:
Fixed
- Fixed
Blueprint::removeColumn()(#27115, #27122) - Fixed allowing of null broadcast connection driver (#27135)
- Fixed
ModelMakeCommand::handle()should always returnboolvalue (#27156) - Fixed
TestResponse::assertSessionDoesntHaveErrors()when there is no errors (#27145) - Fixed default message is localization twice in
403.blade.phperror page (4a08120)
Changed
- Replaced
get_called_class()tostatic::class(#27146) - Re-throw
NoMatchingExpectationExceptionfromPendingCommand(#27158)
转自 https://www.oschina.net/news/103721/laravel-5-7-21-released
Linuxeden开源社区