string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
bool fails() Determine if the data fails the validation rules. Return Value bool
float|int numericAggregate(string $function, array $columns = array('*')) Execute a numeric aggregate function on the database. Parameters string $function array $columns Return Value float|int
void filter(string $name, mixed $callback) Register a new filter with the router. Parameters string $name mixed $callback Return Value void
void fire() Execute the console command. Return Value void
Illuminate\Contracts\Debug Interfaces ExceptionHandler
static void deleted(Closure|string $callback, int $priority) Register a deleted model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
string getPlainForeignKey() Get the plain foreign key. Return Value string
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 983 of 996