Laravel 8.14.0 released, PHP Web development framework

Laravel 8.14.0 is released. Laravel is a web open source framework based on PHP language developed by Taylor Otwell. It adopts the MVC architecture pattern and was first released in June 2011. Laravel has characteristics such as Rails agile development, deeply integrated PHP's powerful extension package (Composer), and has a PHP developer ecosystem. In recent years, it has grown the most among PHP frameworks .

This update includes:

added:

  • Add the ability to assign unique jobs ( #35042 , 2123e60 )
  • Add Model::encryptUsing()( #35080 )
  • Add support for MySQL dump and use of sockets ( #35083 , c43054b )
  • In the notification broadcast channel, custom broadcastWith is allowed ( #35142 )
  • Add Illuminate\Routing\CreatesRegularExpressionRouteConstraints::whereAlphaNumeric()( #35154 )

Fixed :

  • Fixed the make:seedercommand name error in ModelMakeCommand ( #35107 )
  • Do not damage the migration table name in the configuration when dumping the schema ( 110eb15 )
  • Fix attachable attributes in Blade component ( #35131 )
  • Remove decrypted array cookies from cookie decryption ( #35130 )
  • If the mapWithKeys model is lost, convert the eloquent collection to the base collection ( #35129 )

Changed:

  • Before running seeders, adjust the scheduling of DatabaseRefreshed event to trigger state ( #35091 )
  • Handle false returns from reportable callbacks ( 55f0b5e )
  • Update Illuminate\Database\Schema\Grammars\MySqlGrammar::typeTimestamp()( #35143 )
  • After converting to expectedOutput in PendingCommand, delete expectedTables ( #35163 )
  • Change SQLite schema command environment variables to work on Windows ( #35164 )

Release notes details:

https://github.com/laravel/framework/releases/tag/v8.14.0

Further reading:

New features and changes in Laravel 8 queue system

Write the first Vue component in the Laravel project

3 minute short article: Laravel query builder, bid farewell to the hard years of handwriting SQL

Guess you like

Origin www.oschina.net/news/120755/laravel-8-14-0-released