function Global / with
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

with

with ( ) : mixed

Return the given value, optionally passed through the given callback.

Parameters

  • $value TValue
  • $callback callable|null