string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void question(string $string) Write a string as question output. Parameters string $string Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed missingMethod(array $parameters = array()) Handle calls to missing methods on the controller. Parameters array $parameters Return Value mixed Exceptions NotFoundHttpException
string getActualClassNameForMorph(string $class) Retrieve the fully qualified class name from a slug. Parameters string $class Return Value string
void __construct() Create a new console command instance. Return Value void
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
static string upper(string $value) Convert the given string to upper-case. Parameters string $value Return Value string
void setProvider(UserProvider $provider) Set the user provider used by the guard. Parameters UserProvider $provider Return Value void
$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this
Page 503 of 996