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

ExistenceAwareInterface

ExistenceAwareInterface interface ExistenceAwareInterface (View source) Methods SessionHandlerInterface setExists(bool $value) Set the existence state for the session.

Container::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

SimpleMessage::with()

$this with(Action|string|array $line) Add a line of text to the notification. Parameters Action|string|array $line Return Value $this

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

Event::getExpression()

string getExpression() Get the Cron expression for the event. Return Value string

MorphToMany::firstOrNew()

Model firstOrNew(array $attributes) Get the first related model record matching the attributes or instantiate it. Parameters array $attributes Return Value Model

Translator::load()

void load(string $namespace, string $group, string $locale) Load the specified language group. Parameters string $namespace string $group string $locale Return Value void

Validation\Rules

Illuminate\Validation\Rules Classes Dimensions Exists In NotIn Unique

DB::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void