InstallCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Repository::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

JoinClause::orWhereIn()

Builder|Builder orWhereIn(string $column, mixed $values) Add an "or where in" clause to the query. Parameters string $column mixed $values Return Value Builder|Builder

MorphToMany::newPivotStatementForId()

Builder newPivotStatementForId(mixed $id) Get a new pivot statement for a given "other" ID. Parameters mixed $id Return Value Builder

Redis::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

DatabaseNotificationCollection::forget()

$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this

Container::make()

mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. Parameters string $abstract array $parameters Return Value mixed

Connection::update()

int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int

Application::booting()

void booting(mixed $callback) Register a new boot listener. Parameters mixed $callback Return Value void

ClosureCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void