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

tap

tap ( ) : mixed

Call the given Closure with the given value then return the value.

Parameters

  • $value mixed
  • $callback callable|null