Laravel 5.7.21 发布,优雅的 PHP Web 框架

  

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 return bool value (#27156)

  • Fixed TestResponse::assertSessionDoesntHaveErrors() when there is no errors (#27145)

  • Fixed default message is localization twice in 403.blade.php error page (4a08120)

Changed

  • Replaced get_called_class() to static::class (#27146)

  • Re-throw NoMatchingExpectationException from PendingCommand (#27158)


更新日志

猜你喜欢

转载自www.oschina.net/news/103721/laravel-5-7-21-released