MorphOne::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

ProviderMakeCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

WithoutMiddleware

WithoutMiddleware trait WithoutMiddleware (View source) Methods disableMiddlewareForAllTests() Prevent all middleware from being executed for this test class.

ClearCompiledCommand::arguments()

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

EloquentUserProvider::__construct()

void __construct(Hasher $hasher, string $model) Create a new database user provider. Parameters Hasher $hasher string $model Return Value void

Pivot::relationsToArray()

array relationsToArray() Get the model's relationships in array form. Return Value array

Redirector::intended()

RedirectResponse intended(string $default = '/', int $status = 302, array $headers = array(), bool $secure = null) Create a new redirect response to the previously intended location. Parameters string $default int $status array $headers bool $secure Return Value RedirectResponse

OptimizeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

RouteCacheCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Builder::getRelation()

Relation getRelation(string $name) Get the relation instance for the given relation name. Parameters string $name Return Value Relation