Queue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

MailMessage::attach()

$this attach(string $file, array $options = array()) Attach a file to the message. Parameters string $file array $options Return Value $this

TestCase::visit()

$this visit(string $uri) Visit the given URI with a GET request. Parameters string $uri Return Value $this

Guard::id()

int|null id() Get the ID for the currently authenticated user. Return Value int|null

HasMany::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

SqlServerConnection::raw()

Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression

Factory::startPush()

void startPush(string $section, string $content = '') Start injecting content into a push section. Parameters string $section string $content Return Value void

Collection::avg()

mixed avg(callable|string|null $callback = null) Get the average value of a given key. Parameters callable|string|null $callback Return Value mixed

ControllerMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Filesystem::name()

string name(string $path) Extract the file name from a file path. Parameters string $path Return Value string