MorphPivot::getAttribute()

mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed

BusFake::pipeThrough()

$this pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. Parameters array $pipes Return Value $this

Application::useEnvironmentPath()

$this useEnvironmentPath(string $path) Set the directory for the environment file. Parameters string $path Return Value $this

Collection::uniqueStrict()

Collection uniqueStrict(string|callable|null $key = null) Return only unique items from the collection array using strict comparison. Parameters string|callable|null $key Return Value Collection

CommandCreatorServiceProvider::register()

void register() Register the service provider. Return Value void

MigrateCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

MigrateCommand::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

FormRequest::url()

string url() Get the URL (no query string) for the request. Return Value string

File::extension()

string extension() Get the file's extension. Return Value string

TagSet::resetTag()

string resetTag(string $name) Reset the tag and return the new tag identifier. Parameters string $name Return Value string