Controller

Controller class Controller (View source) Methods ControllerMiddlewareOptions middleware(array|string|Closure $middleware, array $options = array()) Register middleware on the controller. array getMiddleware() Get the middleware assigned to the controller. Response callAction(string $method, array $parameters) Execute an action on the controller. mixed missingMethod(array $parameters = array()) Handle calls to missing methods on the controller. mixed __call(string $met

SqlServerGrammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

ReminderServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

EventFake::assertFired()

void assertFired(string $event, callable|null $callback = null) Assert if an event was fired based on a truth-test callback. Parameters string $event callable|null $callback Return Value void

Manager::addConnection()

void addConnection(array $config, string $name = 'default') Register a connection with the manager. Parameters array $config string $name Return Value void

Builder::cursor()

Generator cursor() Get a generator for the given query. Return Value Generator

Builder::get()

Collection|Builder[] get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection|Builder[]

Mail

Illuminate\Mail Namespaces Illuminate\Mail\Transport

Builder::setQuery()

$this setQuery(Builder $query) Set the underlying query builder instance. Parameters Builder $query Return Value $this

JoinClause::sum()

mixed sum(string $column) Retrieve the sum of the values of a given column. Parameters string $column Return Value mixed