Now you can conditionally fail queue jobs while throttling exceptions with a new failWhen
method, scope your queue fakes using fakeFor
and fakeExceptFor
, and use Context::remember()
to cache computed values only when needed. The release also introduces doesntStartWith()
and doesntEndWith()
helpers for Str
, allows custom key/value callbacks in Collection::pluck()
, and adds the JsonSerializable
interface to the Uri
class for proper JSON output. Other improvements include a new @context
Blade directive, making the Fluent class iterable, and adding a collection()
method to the Config repository.