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 fire() Execute the console command. Return Value void
void filter(string $name, mixed $callback) Register a new filter with the router. Parameters string $name mixed $callback Return Value void
Illuminate\Contracts\Debug Interfaces ExceptionHandler
string getPlainForeignKey() Get the plain foreign key. Return Value string
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
array relationsToArray() Get the model's relationships in array form. Return Value array
Page 665 of 996