Builder::get()

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

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

ReminderServiceProvider::commands()

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

SqlServerGrammar::getValue()

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

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

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