Illuminate\Support
Namespaces
Illuminate\Support\DeferIlluminate\Support\ExceptionsIlluminate\Support\FacadesIlluminate\Support\TestingIlluminate\Support\Traits
Classes
ProcessUtils is a bunch of utility methods.
Interfaces
Functions
CarbonInterval
days(int $days)
Get the current date / time plus the given number of days.
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.
CarbonInterval
hours(int $hours)
Get the current date / time plus the given number of hours.
CarbonInterval
minutes(int $minutes)
Get the current date / time plus the given number of minutes.
CarbonInterface
now(DateTimeZone|UnitEnum|string|null $tz = null)
Create a new Carbon instance for the current time.
CarbonInterval
seconds(int $seconds)
Get the current date / time plus the given number of seconds.
CarbonInterval
years(int $years)
Get the current date / time plus the given number of years.