MorphPivot::touch()

bool touch() Update the model's update timestamp. Return Value bool

MorphPivot::query()

static Builder query() Begin querying the model. Return Value Builder

Filesystem::allFiles()

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

ProviderMakeCommand::anticipate()

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

MorphPivot::hasOne()

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

HasOneOrMany::touch()

void touch() Touch all of the related models for the relationship. Return Value void

VendorPublishCommand::askWithCompletion()

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

Grammar::supportsSavepoints()

bool supportsSavepoints() Determine if the grammar supports savepoints. Return Value bool

Response

Response class Response extends Response (View source) Traits ResponseTrait

Message::from()

$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