Illuminate\Support
Namespaces
            Illuminate\Support\DeferIlluminate\Support\ExceptionsIlluminate\Support\FacadesIlluminate\Support\TestingIlluminate\Support\Traits        
    
            Classes
ProcessUtils is a bunch of utility methods.
Interfaces
Functions
                                                                                                DeferredCallbackCollection
                    
                    
                        defer(callable|null $callback = null, string|null $name = null, bool $always = false)
                                                                                                                            
                    
                Defer execution of the given callback.
                        enum_value(TValue $value, $default = null)
internal
                    
                internal
Return a scalar value for the given value that might be an enum.