array allFiles(string $directory, bool $hidden = false) Get all of the files from the given directory (recursive). Parameters string $directory bool $hidden Return Value array
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
HasOne hasOne(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-one relationship. Parameters string $related string $foreignKey string $localKey Return Value HasOne
void touch() Touch all of the related models for the relationship. Return Value void
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
bool supportsSavepoints() Determine if the grammar supports savepoints. Return Value bool
Response class Response extends Response (View source) Traits ResponseTrait
$this from(string|array $address, string|null $name = null) Add a "from" address to the message. Parameters string|array $address string|null $name Return Value $this
void fire() Execute the console command. Return Value void
int update(array $values) Update a record in the database. Parameters array $values Return Value int
Page 135 of 996