Event::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Event::buildCommand()

string buildCommand() Build the command string. Return Value string

Event::between()

$this between(string $startTime, string $endTime) Schedule the event to run between start and end time. Parameters string $startTime string $endTime Return Value $this

Event::before()

$this before(Closure $callback) Register a callback to be called before the operation. Parameters Closure $callback Return Value $this

Event::at()

$this at(string $time) Schedule the command at a given time. Parameters string $time Return Value $this

Event::appendOutputTo()

$this appendOutputTo(string $location) Append the output of the command to a given location. Parameters string $location Return Value $this

Event::after()

$this after(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this

Event Broadcasting

Event Broadcasting Introduction Configuration Driver Prerequisites Concept Overview Using Example Application Defining Broadcast Events Broadcast Name Broadcast Data Broadcast Queue Authorizing Channels Defining Authorization Routes Defining Authorization Callbacks Broadcasting Events Only To Others Receiving Broadcasts Installing Laravel Echo Listening For Events Leaving A Channel Namespaces Presence Channels Authorizing Presence Channels Joining Presence Channels Broadcasting To

Event

Event class Event extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. fro

Event

Event class Event (View source) Properties string $command The command string. string $expression The cron expression representing the event's frequency. DateTimeZone|string $timezone The timezone the date should be evaluated on. string $user The user the command should run as. array $environments The list of environments the command should run under. bool $evenInMaintenanceMode Indicates if the command should run in maintenance mode. bool $withoutOverlapping Indicates if