Illuminate\Support
Namespaces
Illuminate\Support\DeferIlluminate\Support\ExceptionsIlluminate\Support\FacadesIlluminate\Support\ProcessIlluminate\Support\TestingIlluminate\Support\Traits
Classes
ProcessUtils is a bunch of utility methods.
Interfaces
Functions
defer(callable|null $callback = null, string|null $name = null, bool $always = false)
Defer execution of the given callback.