FilesystemServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

BeanstalkdQueue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

DatabaseManager::__construct()

void __construct(Application $app, ConnectionFactory $factory) Create a new database manager instance. Parameters Application $app ConnectionFactory $factory Return Value void

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

Connector::createConnection()

PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO

Redis::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

Guard::setUser()

void setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value void

RouteListCommand::options()

array options() Get all of the options passed to the command. Return Value array

JoinClause::implode()

string implode(string $column, string $glue = '') Concatenate values of a given column as a string. Parameters string $column string $glue Return Value string

MySqlConnection::bindValues()

void bindValues(PDOStatement $statement, array $bindings) Bind values to their parameters in the given statement. Parameters PDOStatement $statement array $bindings Return Value void