Releases
v8.14.0
Added
Added ability to dispatch unique jobs (#35042 , 2123e60 )
Added Model::encryptUsing()
(#35080 )
Added support to MySQL dump and import using socket (#35083 , c43054b )
Allow custom broadcastWith in notification broadcast channel (#35142 )
Added Illuminate\Routing\CreatesRegularExpressionRouteConstraints::whereAlphaNumeric()
(#35154 )
Fixed
Fixed typo in make:seeder
command name inside ModelMakeCommand (#35107 )
Fix SQL Server grammar for upsert (missing semicolon) (#35112 )
Respect migration table name in config when dumping schema (110eb15 )
Respect them when previewing notification (ed4411d )
Fix appendable attributes in Blade components (#35131 )
Remove decrypting array cookies from cookie decrypting (#35130 )
Turn the eloquent collection into a base collection if mapWithKeys loses models (#35129 )
Changed
Move dispatching of DatabaseRefreshed event to fire before seeders are run (#35091 )
Handle returning false from reportable callback (55f0b5e )
Update Illuminate\Database\Schema\Grammars\MySqlGrammar::typeTimestamp()
(#35143 )
Remove expectedTables after converting to expectedOutput in PendingCommand (#35163 )
Change SQLite schema command environment variables to work on Windows (#35164 )
You can’t perform that action at this time.