MorphPivot

MorphPivot class MorphPivot extends Pivot (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.

DatabaseMigrations::runDatabaseMigrations()

void runDatabaseMigrations() Define hooks to migrate the database before and after each test. Return Value void

ContextualBindingBuilder::give()

void give(Closure|string $implementation) Define the implementation for the contextual binding. Parameters Closure|string $implementation Return Value void

Queueable::onConnection()

$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this

UserProviderInterface::validateCredentials()

bool validateCredentials(UserInterface $user, array $credentials) Validate a user against the given credentials. Parameters UserInterface $user array $credentials Return Value bool

FormRequest::instance()

$this instance() Return the Request instance. Return Value $this

MySqlGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

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

EventMakeCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

MailMakeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string