MySqlGrammar::compileExists()

string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string

Application::detectEnvironment()

string detectEnvironment(Closure $callback) Detect the application's current environment. Parameters Closure $callback Return Value string

RedisQueue::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

Queue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

Database::__call()

mixed __call(string $method, array $parameters) Dynamically make a Redis command. Parameters string $method array $parameters Return Value mixed

RedisStore

RedisStore class RedisStore extends TaggableStore implements Store (View source) Methods TaggedCache tags(array|mixed $names) Begin executing a new tags operation. void __construct(Database $redis, string $prefix = '', string $connection = 'default') Create a new Redis store. mixed get(string|array $key) Retrieve an item from the cache by key. array many(array $keys) Retrieve multiple items from the cache by key. void put(string $key, mixed $value, float|int $minutes)

EventFake::listen()

void listen(string|array $events, mixed $listener, int $priority) Register an event listener with the dispatcher. Parameters string|array $events mixed $listener int $priority Return Value void

MorphToMany::simplePaginate()

Paginator simplePaginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page') Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName Return Value Paginator

BelongsToMany::syncWithoutDetaching()

array syncWithoutDetaching(Collection|array $ids) Sync the intermediate tables with a list of IDs without detaching. Parameters Collection|array $ids Return Value array

Worker::memoryExceeded()

bool memoryExceeded(int $memoryLimit) Determine if the memory limit has been exceeded. Parameters int $memoryLimit Return Value bool