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

MorphPivot::toArray()

array toArray() Convert the model instance to an array. Return Value array

MacroableTrait::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

Router::options()

void options(string $uri, Closure|array|string $action = null) Register a new OPTIONS route with the router. Parameters string $uri Closure|array|string $action Return Value void

MorphOne::update()

int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int

SqlServerConnection::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int

File::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

LogServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

ViewFinderInterface::find()

string find(string $view) Get the fully qualified location of the view. Parameters string $view Return Value string