OptimizeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

RouteClearCommand::question()

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

MakeAuthCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

BroadcastController::missingMethod()

mixed missingMethod(array $parameters = array()) Handle calls to missing methods on the controller. Parameters array $parameters Return Value mixed Exceptions NotFoundHttpException

MorphPivot::getActualClassNameForMorph()

string getActualClassNameForMorph(string $class) Retrieve the fully qualified class name from a slug. Parameters string $class Return Value string

StorageLinkCommand::__construct()

void __construct() Create a new console command instance. Return Value void

ChangesCommand::setLaravel()

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

Str::upper()

static string upper(string $value) Convert the given string to upper-case. Parameters string $value Return Value string

Guard::setProvider()

void setProvider(UserProvider $provider) Set the user provider used by the guard. Parameters UserProvider $provider Return Value void

Pivot::setRelation()

$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this