TinkerCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

RollbackCommand::comment()

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

MySqlConnection::getFetchConstructorArgument()

array getFetchConstructorArgument() Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode. Return Value array

SendsPasswordResetEmails::showLinkRequestForm()

Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response

UploadedFile::storePublicly()

string|false storePublicly(string $path, string|null $disk = null) Store the uploaded file on a filesystem disk with public visibility. Parameters string $path string|null $disk Return Value string|false

EnvironmentCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Pivot::getAttributes()

array getAttributes() Get all of the current attributes on the model. Return Value array

MailMessage::success()

$this success() Indicate that the notification gives information about a successful operation. Return Value $this

Paginator::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

UpCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void